From a648afae12ab633d89e2c6ea793b1370d3e71df9 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Tue, 27 Oct 2015 03:11:56 +0100 Subject: [PATCH] widget: Add name to widget paths This changes widget paths for widgets with a CSS name to return that CSS name, now that we have added API for it. This means that style properties are now matches using the CSS name. Also fix the theme to use the correct name when matching style properties. --- gtk/gtkwidget.c | 1 + gtk/theme/Adwaita/_common.scss | 4 +- gtk/theme/Adwaita/gtk-contained-dark.css | 757 ++++++++++------------- gtk/theme/Adwaita/gtk-contained.css | 679 +++++++++----------- gtk/theme/HighContrast/_common.scss | 4 +- gtk/theme/HighContrast/gtk.css | 596 +++++++++--------- 6 files changed, 937 insertions(+), 1104 deletions(-) diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index e5763df3b0..813b0fe6a7 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -16223,6 +16223,7 @@ gtk_widget_path_append_for_widget (GtkWidgetPath *path, g_return_val_if_fail (GTK_IS_WIDGET (widget), 0); pos = gtk_widget_path_append_type (path, gtk_css_node_get_widget_type (widget->priv->cssnode)); + gtk_widget_path_iter_set_object_name (path, pos, gtk_css_node_get_name (widget->priv->cssnode)); if (widget->priv->name) gtk_widget_path_iter_set_name (path, pos, widget->priv->name); diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index 2a512025e7..0d4d646860 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -1549,7 +1549,7 @@ column-header.button.dnd { // for treeview-like derive widgets * Tabs * *****************/ -GtkNotebook { +notebook { -GtkNotebook-initial-gap: 10; -GtkNotebook-arrow-spacing: 5; -GtkNotebook-tab-curvature: 0; @@ -1557,9 +1557,7 @@ GtkNotebook { -GtkNotebook-has-tab-gap: false; -GtkWidget-focus-padding: 0; -GtkWidget-focus-line-width: 0; -} -notebook { // Through me you go to the grief wracked city; // Through me you go to everlasting pain; // Through me you go a pass among lost souls. diff --git a/gtk/theme/Adwaita/gtk-contained-dark.css b/gtk/theme/Adwaita/gtk-contained-dark.css index 849c5f57c7..e94a1e52e5 100644 --- a/gtk/theme/Adwaita/gtk-contained-dark.css +++ b/gtk/theme/Adwaita/gtk-contained-dark.css @@ -36,7 +36,7 @@ .background:backdrop { text-shadow: none; icon-shadow: none; - color: #949796; + color: #939695; background-color: #393f3f; } /* @@ -58,8 +58,8 @@ background-color: #212424; color: #eeeeec; } .gtkstyle-fallback:insensitive { - background-color: #333636; - color: #949796; } + background-color: #323636; + color: #939695; } .gtkstyle-fallback:selected { background-color: #215d9c; color: #ffffff; } @@ -68,7 +68,7 @@ color: white; background-color: #292929; } .view:backdrop { - color: #d5d5d5; + color: #d4d4d4; background-color: #2c2c2c; } .view:selected, GtkCalendar:selected { border-radius: 3px; } @@ -80,9 +80,9 @@ label.separator { color: #eeeeec; } label.separator:backdrop { - color: #949796; } + color: #939695; } label:insensitive { - color: #949796; } + color: #939695; } label:insensitive:backdrop { color: #5d6767; } @@ -100,18 +100,18 @@ GtkAssistant .sidebar { border-left: 1px solid #1c1f1f; } GtkAssistant .sidebar:backdrop { background-color: #2c2c2c; - border-color: #1f2222; } + border-color: #1e2222; } GtkAssistant.csd .sidebar { border-top-style: none; } GtkAssistant .sidebar label { padding: 6px 12px; } GtkAssistant .sidebar label.highlight { - background-color: #5d6262; } + background-color: #5d6261; } GtkTextView { background-color: #313434; } GtkTextView:backdrop { - background-color: #333636; } + background-color: #323535; } .grid-child { padding: 3px; @@ -158,7 +158,7 @@ entry { border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); background-color: transparent; - background-image: linear-gradient(to bottom, #1d2020, #242525 3px, #292929 90%); + background-image: linear-gradient(to bottom, #1c1f1f, #232525 3px, #292929 90%); color: white; border-color: #1c1f1f; box-shadow: inset 0 0 0 1px rgba(33, 93, 156, 0), 0 1px rgba(238, 238, 236, 0.1); } @@ -171,7 +171,7 @@ entry { entry.flat, entry.flat:focus { padding: 2px; background-color: transparent; - background-image: linear-gradient(to bottom, #1d2020, #242525 3px, #292929 90%); + background-image: linear-gradient(to bottom, #1c1f1f, #232525 3px, #292929 90%); color: white; border-color: #1c1f1f; box-shadow: inset 0 0 0 1px rgba(33, 93, 156, 0); @@ -179,29 +179,29 @@ entry { border-radius: 0; } entry:focus { background-color: transparent; - background-image: linear-gradient(to bottom, #1d2020, #242525 3px, #292929 90%); + background-image: linear-gradient(to bottom, #1c1f1f, #232525 3px, #292929 90%); box-shadow: inset 0 0 0 1px #215d9c, 0 1px rgba(238, 238, 236, 0.1); border-color: #0f2b48; } entry:insensitive { background-color: transparent; - background-image: linear-gradient(to bottom, #1d2020, #242525 3px, #292929 90%); - color: #949796; + background-image: linear-gradient(to bottom, #1c1f1f, #232525 3px, #292929 90%); + color: #939695; border-color: #1c1f1f; - background-image: linear-gradient(to bottom, #333636); + background-image: linear-gradient(to bottom, #323636); box-shadow: 0 1px rgba(238, 238, 236, 0.1); } entry:backdrop { background-color: transparent; - background-image: linear-gradient(to bottom, #1d2020, #242525 3px, #292929 90%); - color: #d5d5d5; - border-color: #1f2222; + background-image: linear-gradient(to bottom, #1c1f1f, #232525 3px, #292929 90%); + color: #d4d4d4; + border-color: #1e2222; background-image: linear-gradient(to bottom, #2c2c2c); box-shadow: 0 1px rgba(238, 238, 236, 0); } entry:backdrop:insensitive { background-color: transparent; - background-image: linear-gradient(to bottom, #1d2020, #242525 3px, #292929 90%); + background-image: linear-gradient(to bottom, #1c1f1f, #232525 3px, #292929 90%); color: #5d6767; - border-color: #1f2222; - background-image: linear-gradient(to bottom, #333636); + border-color: #1e2222; + background-image: linear-gradient(to bottom, #323636); box-shadow: 0 1px rgba(238, 238, 236, 0); } entry progress { margin: 1px; @@ -221,7 +221,7 @@ entry { border-color: #1a0000; } entry.error:focus { background-color: transparent; - background-image: linear-gradient(to bottom, #1d2020, #242525 3px, #292929 90%); + background-image: linear-gradient(to bottom, #1c1f1f, #232525 3px, #292929 90%); box-shadow: inset 0 0 0 1px #cc0000, 0 1px rgba(238, 238, 236, 0.1); border-color: #1a0000; } entry.error:selected, entry.error:selected:focus { @@ -231,22 +231,22 @@ entry { border-color: #432100; } entry.warning:focus { background-color: transparent; - background-image: linear-gradient(to bottom, #1d2020, #242525 3px, #292929 90%); + background-image: linear-gradient(to bottom, #1c1f1f, #232525 3px, #292929 90%); box-shadow: inset 0 0 0 1px #f57900, 0 1px rgba(238, 238, 236, 0.1); border-color: #432100; } entry.warning:selected, entry.warning:selected:focus { background-color: #f57900; } entry image { - color: #c7c7c5; } + color: #c6c6c5; } entry image:hover { color: #eeeeec; } entry image:active { color: #215d9c; } entry image:backdrop { - color: #7f8281; } + color: #7e8080; } .osd entry { background-color: transparent; - background-image: linear-gradient(to bottom, #1d2020, #242525 3px, #292929 90%); + background-image: linear-gradient(to bottom, #1c1f1f, #232525 3px, #292929 90%); color: white; border-color: rgba(0, 0, 0, 0.7); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5)); @@ -256,7 +256,7 @@ entry { icon-shadow: 0 1px black; } .osd entry:focus { background-color: transparent; - background-image: linear-gradient(to bottom, #1d2020, #242525 3px, #292929 90%); + background-image: linear-gradient(to bottom, #1c1f1f, #232525 3px, #292929 90%); color: white; border-color: #215d9c; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5)); @@ -266,7 +266,7 @@ entry { icon-shadow: 0 1px black; } .osd entry:backdrop { background-color: transparent; - background-image: linear-gradient(to bottom, #1d2020, #242525 3px, #292929 90%); + background-image: linear-gradient(to bottom, #1c1f1f, #232525 3px, #292929 90%); color: white; border-color: rgba(0, 0, 0, 0.7); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5)); @@ -276,10 +276,10 @@ entry { icon-shadow: none; } .osd entry:insensitive { background-color: transparent; - background-image: linear-gradient(to bottom, #1d2020, #242525 3px, #292929 90%); - color: #878a89; + background-image: linear-gradient(to bottom, #1c1f1f, #232525 3px, #292929 90%); + color: #878989; border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(53, 57, 58, 0.5)); + background-image: linear-gradient(to bottom, rgba(52, 57, 57, 0.5)); background-clip: padding-box; box-shadow: none; text-shadow: none; @@ -293,7 +293,7 @@ entry { border-top-color: #252626; background-image: linear-gradient(to bottom, #292929); } .linked.vertical > entry:not(:insensitive) + .entry:not(:insensitive):backdrop { - border-top-color: #282929; + border-top-color: #272929; background-image: linear-gradient(to bottom, #2c2c2c); } .linked.vertical > entry + entry:focus:not(:last-child) { border-top-color: #0f2b48; @@ -367,8 +367,8 @@ entry { .button:backdrop, .header-bar .button.titlebutton:backdrop, .titlebar .button.titlebutton:backdrop, .button.flat:backdrop, .sidebar-button.button:backdrop, .header-bar .titlebutton.button:backdrop, .titlebar .titlebutton.button:backdrop { - color: #949796; - border-color: #1f2222; + color: #939695; + border-color: #1e2222; background-image: linear-gradient(to bottom, #393f3f); text-shadow: none; icon-shadow: none; @@ -377,32 +377,29 @@ entry { .button:backdrop:active, .button:backdrop:checked, .button.flat:backdrop:active, .sidebar-button.button:backdrop:active, .header-bar .titlebutton.button:backdrop:active, .titlebar .titlebutton.button:backdrop:active, .button.flat:backdrop:checked, .sidebar-button.button:backdrop:checked, .header-bar .titlebutton.button:backdrop:checked, .titlebar .titlebutton.button:backdrop:checked { - color: #949796; - border-color: #1f2222; - background-image: linear-gradient(to bottom, #303535); + color: #939695; + border-color: #1e2222; + background-image: linear-gradient(to bottom, #2f3434); box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); } .button:backdrop:insensitive, .button.flat:backdrop:insensitive, .sidebar-button.button:backdrop:insensitive, .header-bar .titlebutton.button:backdrop:insensitive, .titlebar .titlebutton.button:backdrop:insensitive { color: #5d6767; - border-color: #1f2222; - background-image: linear-gradient(to bottom, #333636); + border-color: #1e2222; + background-image: linear-gradient(to bottom, #323636); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); } - .button:backdrop:insensitive > .label, .header-bar .button.titlebutton:backdrop:insensitive > .label, - .titlebar .button.titlebutton:backdrop:insensitive > .label, .button.flat:backdrop:insensitive > .label, .sidebar-button.button:backdrop:insensitive > .label, .header-bar .titlebutton.button:backdrop:insensitive > .label, + .button:backdrop:insensitive > .label, .button.flat:backdrop:insensitive > .label, .sidebar-button.button:backdrop:insensitive > .label, .header-bar .titlebutton.button:backdrop:insensitive > .label, .titlebar .titlebutton.button:backdrop:insensitive > .label { color: inherit; } .button:backdrop:insensitive:active, .button:backdrop:insensitive:checked, .button.flat:backdrop:insensitive:active, .sidebar-button.button:backdrop:insensitive:active, .header-bar .titlebutton.button:backdrop:insensitive:active, .titlebar .titlebutton.button:backdrop:insensitive:active, .button.flat:backdrop:insensitive:checked, .sidebar-button.button:backdrop:insensitive:checked, .header-bar .titlebutton.button:backdrop:insensitive:checked, .titlebar .titlebutton.button:backdrop:insensitive:checked { color: #5d6767; - border-color: #1f2222; - background-image: linear-gradient(to bottom, #272929); + border-color: #1e2222; + background-image: linear-gradient(to bottom, #262929); box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); } - .button:backdrop:insensitive:active > .label, .header-bar .button.titlebutton:backdrop:insensitive:active > .label, - .titlebar .button.titlebutton:backdrop:insensitive:active > .label, .button:backdrop:insensitive:checked > .label, .header-bar .button.titlebutton:backdrop:insensitive:checked > .label, - .titlebar .button.titlebutton:backdrop:insensitive:checked > .label, .button.flat:backdrop:insensitive:active > .label, .sidebar-button.button:backdrop:insensitive:active > .label, .header-bar .titlebutton.button:backdrop:insensitive:active > .label, + .button:backdrop:insensitive:active > .label, .button:backdrop:insensitive:checked > .label, .button.flat:backdrop:insensitive:active > .label, .sidebar-button.button:backdrop:insensitive:active > .label, .header-bar .titlebutton.button:backdrop:insensitive:active > .label, .titlebar .titlebutton.button:backdrop:insensitive:active > .label, .button.flat:backdrop:insensitive:checked > .label, .sidebar-button.button:backdrop:insensitive:checked > .label, .header-bar .titlebutton.button:backdrop:insensitive:checked > .label, .titlebar .titlebutton.button:backdrop:insensitive:checked > .label { color: inherit; } @@ -418,23 +415,20 @@ entry { icon-shadow: none; } .button:insensitive, .header-bar .button.titlebutton:insensitive, .titlebar .button.titlebutton:insensitive { - color: #949796; + color: #939695; border-color: #1c1f1f; - background-image: linear-gradient(to bottom, #333636); + background-image: linear-gradient(to bottom, #323636); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0.1); } - .button:insensitive > .label, .header-bar .button.titlebutton:insensitive > .label, - .titlebar .button.titlebutton:insensitive > .label { + .button:insensitive > .label { color: inherit; } .button:insensitive:active, .button:insensitive:checked { - color: #949796; + color: #939695; border-color: #1c1f1f; - background-image: linear-gradient(to bottom, #313434, #333636); + background-image: linear-gradient(to bottom, #2f3333, #323636); box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0.1); } - .button:insensitive:active > .label, .header-bar .button.titlebutton:insensitive:active > .label, - .titlebar .button.titlebutton:insensitive:active > .label, .button:insensitive:checked > .label, .header-bar .button.titlebutton:insensitive:checked > .label, - .titlebar .button.titlebutton:insensitive:checked > .label { + .button:insensitive:active > .label, .button:insensitive:checked > .label { color: inherit; } .button.osd, .header-bar .osd.button.titlebutton, .titlebar .osd.button.titlebutton { @@ -478,9 +472,9 @@ entry { border: none; box-shadow: none; } .button.osd:insensitive, .button.osd:backdrop:insensitive { - color: #878a89; + color: #878989; border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(53, 57, 58, 0.5)); + background-image: linear-gradient(to bottom, rgba(52, 57, 57, 0.5)); background-clip: padding-box; box-shadow: none; text-shadow: none; @@ -525,9 +519,9 @@ entry { icon-shadow: none; outline-color: rgba(238, 238, 236, 0.3); } .osd .button:insensitive, .osd .button:backdrop:insensitive { - color: #878a89; + color: #878989; border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(53, 57, 58, 0.5)); + background-image: linear-gradient(to bottom, rgba(52, 57, 57, 0.5)); background-clip: padding-box; box-shadow: none; text-shadow: none; @@ -569,9 +563,9 @@ entry { .osd .button.flat:insensitive, .osd .sidebar-button.button:insensitive, .osd .header-bar .titlebutton.button:insensitive, .header-bar .osd .titlebutton.button:insensitive, .osd .titlebar .titlebutton.button:insensitive, .titlebar .osd .titlebutton.button:insensitive { - color: #878a89; + color: #878989; border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(53, 57, 58, 0.5)); + background-image: linear-gradient(to bottom, rgba(52, 57, 57, 0.5)); background-clip: padding-box; box-shadow: none; text-shadow: none; @@ -640,7 +634,7 @@ entry { box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6), 0 1px rgba(238, 238, 236, 0.1); } .button.suggested-action:backdrop, .button.suggested-action.flat:backdrop, .suggested-action.sidebar-button.button:backdrop, .header-bar .suggested-action.titlebutton.button:backdrop, .titlebar .suggested-action.titlebutton.button:backdrop { - color: #d3dfeb; + color: #d2deeb; border-color: #0b1e33; background-image: linear-gradient(to bottom, #215d9c); text-shadow: none; @@ -649,32 +643,29 @@ entry { .button.suggested-action:backdrop:active, .button.suggested-action:backdrop:checked, .button.suggested-action.flat:backdrop:active, .suggested-action.sidebar-button.button:backdrop:active, .header-bar .suggested-action.titlebutton.button:backdrop:active, .titlebar .suggested-action.titlebutton.button:backdrop:active, .button.suggested-action.flat:backdrop:checked, .suggested-action.sidebar-button.button:backdrop:checked, .header-bar .suggested-action.titlebutton.button:backdrop:checked, .titlebar .suggested-action.titlebutton.button:backdrop:checked { - color: #d1dae3; + color: #d0d9e2; border-color: #0b1e33; background-image: linear-gradient(to bottom, #184472); box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); } .button.suggested-action:backdrop:insensitive, .button.suggested-action.flat:backdrop:insensitive, .suggested-action.sidebar-button.button:backdrop:insensitive, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive, .titlebar .suggested-action.titlebutton.button:backdrop:insensitive { color: #5d6767; - border-color: #1f2222; - background-image: linear-gradient(to bottom, #333636); + border-color: #1e2222; + background-image: linear-gradient(to bottom, #323636); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); } - .button.suggested-action:backdrop:insensitive > .label, .header-bar .suggested-action.button.titlebutton:backdrop:insensitive > .label, - .titlebar .suggested-action.button.titlebutton:backdrop:insensitive > .label, .button.suggested-action.flat:backdrop:insensitive > .label, .suggested-action.sidebar-button.button:backdrop:insensitive > .label, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive > .label, + .button.suggested-action:backdrop:insensitive > .label, .button.suggested-action.flat:backdrop:insensitive > .label, .suggested-action.sidebar-button.button:backdrop:insensitive > .label, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive > .label, .titlebar .suggested-action.titlebutton.button:backdrop:insensitive > .label { color: inherit; } .button.suggested-action:backdrop:insensitive:active, .button.suggested-action:backdrop:insensitive:checked, .button.suggested-action.flat:backdrop:insensitive:active, .suggested-action.sidebar-button.button:backdrop:insensitive:active, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive:active, .titlebar .suggested-action.titlebutton.button:backdrop:insensitive:active, .button.suggested-action.flat:backdrop:insensitive:checked, .suggested-action.sidebar-button.button:backdrop:insensitive:checked, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive:checked, .titlebar .suggested-action.titlebutton.button:backdrop:insensitive:checked { - color: #6c88a7; + color: #6c88a5; border-color: #0b1e33; - background-image: linear-gradient(to bottom, #1d4877); + background-image: linear-gradient(to bottom, #1d4876); box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); } - .button.suggested-action:backdrop:insensitive:active > .label, .header-bar .suggested-action.button.titlebutton:backdrop:insensitive:active > .label, - .titlebar .suggested-action.button.titlebutton:backdrop:insensitive:active > .label, .button.suggested-action:backdrop:insensitive:checked > .label, .header-bar .suggested-action.button.titlebutton:backdrop:insensitive:checked > .label, - .titlebar .suggested-action.button.titlebutton:backdrop:insensitive:checked > .label, .button.suggested-action.flat:backdrop:insensitive:active > .label, .suggested-action.sidebar-button.button:backdrop:insensitive:active > .label, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive:active > .label, + .button.suggested-action:backdrop:insensitive:active > .label, .button.suggested-action:backdrop:insensitive:checked > .label, .button.suggested-action.flat:backdrop:insensitive:active > .label, .suggested-action.sidebar-button.button:backdrop:insensitive:active > .label, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive:active > .label, .titlebar .suggested-action.titlebutton.button:backdrop:insensitive:active > .label, .button.suggested-action.flat:backdrop:insensitive:checked > .label, .suggested-action.sidebar-button.button:backdrop:insensitive:checked > .label, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive:checked > .label, .titlebar .suggested-action.titlebutton.button:backdrop:insensitive:checked > .label { color: inherit; } @@ -690,23 +681,20 @@ entry { icon-shadow: none; color: rgba(33, 93, 156, 0.8); } .button.suggested-action:insensitive { - color: #949796; + color: #939695; border-color: #1c1f1f; - background-image: linear-gradient(to bottom, #333636); + background-image: linear-gradient(to bottom, #323636); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0.1); } - .button.suggested-action:insensitive > .label, .header-bar .suggested-action.button.titlebutton:insensitive > .label, - .titlebar .suggested-action.button.titlebutton:insensitive > .label { + .button.suggested-action:insensitive > .label { color: inherit; } .button.suggested-action:insensitive:active, .button.suggested-action:insensitive:checked { - color: #a5b6c9; + color: #a4b5c8; border-color: #0b1e33; - background-image: linear-gradient(to bottom, #1b4470, #1d4877); + background-image: linear-gradient(to bottom, #1b436f, #1d4876); box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0.1); } - .button.suggested-action:insensitive:active > .label, .header-bar .suggested-action.button.titlebutton:insensitive:active > .label, - .titlebar .suggested-action.button.titlebutton:insensitive:active > .label, .button.suggested-action:insensitive:checked > .label, .header-bar .suggested-action.button.titlebutton:insensitive:checked > .label, - .titlebar .suggested-action.button.titlebutton:insensitive:checked > .label { + .button.suggested-action:insensitive:active > .label, .button.suggested-action:insensitive:checked > .label { color: inherit; } .osd .button.suggested-action { color: #eeeeec; @@ -736,9 +724,9 @@ entry { icon-shadow: none; outline-color: rgba(238, 238, 236, 0.3); } .osd .button.suggested-action:insensitive, .osd .button.suggested-action:backdrop:insensitive { - color: #878a89; + color: #878989; border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(53, 57, 58, 0.5)); + background-image: linear-gradient(to bottom, rgba(52, 57, 57, 0.5)); background-clip: padding-box; box-shadow: none; text-shadow: none; @@ -787,7 +775,7 @@ entry { box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6), 0 1px rgba(238, 238, 236, 0.1); } .button.destructive-action:backdrop, .button.destructive-action.flat:backdrop, .destructive-action.sidebar-button.button:backdrop, .header-bar .destructive-action.titlebutton.button:backdrop, .titlebar .destructive-action.titlebutton.button:backdrop { - color: #f7cfcf; + color: #f6cfcf; border-color: #5e0707; background-image: linear-gradient(to bottom, #d51010); text-shadow: none; @@ -803,25 +791,22 @@ entry { .button.destructive-action:backdrop:insensitive, .button.destructive-action.flat:backdrop:insensitive, .destructive-action.sidebar-button.button:backdrop:insensitive, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive, .titlebar .destructive-action.titlebutton.button:backdrop:insensitive { color: #5d6767; - border-color: #1f2222; - background-image: linear-gradient(to bottom, #333636); + border-color: #1e2222; + background-image: linear-gradient(to bottom, #323636); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); } - .button.destructive-action:backdrop:insensitive > .label, .header-bar .destructive-action.button.titlebutton:backdrop:insensitive > .label, - .titlebar .destructive-action.button.titlebutton:backdrop:insensitive > .label, .button.destructive-action.flat:backdrop:insensitive > .label, .destructive-action.sidebar-button.button:backdrop:insensitive > .label, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive > .label, + .button.destructive-action:backdrop:insensitive > .label, .button.destructive-action.flat:backdrop:insensitive > .label, .destructive-action.sidebar-button.button:backdrop:insensitive > .label, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive > .label, .titlebar .destructive-action.titlebutton.button:backdrop:insensitive > .label { color: inherit; } .button.destructive-action:backdrop:insensitive:active, .button.destructive-action:backdrop:insensitive:checked, .button.destructive-action.flat:backdrop:insensitive:active, .destructive-action.sidebar-button.button:backdrop:insensitive:active, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive:active, .titlebar .destructive-action.titlebutton.button:backdrop:insensitive:active, .button.destructive-action.flat:backdrop:insensitive:checked, .destructive-action.sidebar-button.button:backdrop:insensitive:checked, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive:checked, .titlebar .destructive-action.titlebutton.button:backdrop:insensitive:checked { - color: #c46565; + color: #c36464; border-color: #5e0707; - background-image: linear-gradient(to bottom, #a41212); + background-image: linear-gradient(to bottom, #a41111); box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); } - .button.destructive-action:backdrop:insensitive:active > .label, .header-bar .destructive-action.button.titlebutton:backdrop:insensitive:active > .label, - .titlebar .destructive-action.button.titlebutton:backdrop:insensitive:active > .label, .button.destructive-action:backdrop:insensitive:checked > .label, .header-bar .destructive-action.button.titlebutton:backdrop:insensitive:checked > .label, - .titlebar .destructive-action.button.titlebutton:backdrop:insensitive:checked > .label, .button.destructive-action.flat:backdrop:insensitive:active > .label, .destructive-action.sidebar-button.button:backdrop:insensitive:active > .label, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive:active > .label, + .button.destructive-action:backdrop:insensitive:active > .label, .button.destructive-action:backdrop:insensitive:checked > .label, .button.destructive-action.flat:backdrop:insensitive:active > .label, .destructive-action.sidebar-button.button:backdrop:insensitive:active > .label, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive:active > .label, .titlebar .destructive-action.titlebutton.button:backdrop:insensitive:active > .label, .button.destructive-action.flat:backdrop:insensitive:checked > .label, .destructive-action.sidebar-button.button:backdrop:insensitive:checked > .label, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive:checked > .label, .titlebar .destructive-action.titlebutton.button:backdrop:insensitive:checked > .label { color: inherit; } @@ -837,23 +822,20 @@ entry { icon-shadow: none; color: rgba(213, 16, 16, 0.8); } .button.destructive-action:insensitive { - color: #949796; + color: #939695; border-color: #1c1f1f; - background-image: linear-gradient(to bottom, #333636); + background-image: linear-gradient(to bottom, #323636); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0.1); } - .button.destructive-action:insensitive > .label, .header-bar .destructive-action.button.titlebutton:insensitive > .label, - .titlebar .destructive-action.button.titlebutton:insensitive > .label { + .button.destructive-action:insensitive > .label { color: inherit; } .button.destructive-action:insensitive:active, .button.destructive-action:insensitive:checked { - color: #dba0a0; + color: #da9f9f; border-color: #5e0707; - background-image: linear-gradient(to bottom, #9d1111, #a41212); + background-image: linear-gradient(to bottom, #9d1010, #a41111); box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0.1); } - .button.destructive-action:insensitive:active > .label, .header-bar .destructive-action.button.titlebutton:insensitive:active > .label, - .titlebar .destructive-action.button.titlebutton:insensitive:active > .label, .button.destructive-action:insensitive:checked > .label, .header-bar .destructive-action.button.titlebutton:insensitive:checked > .label, - .titlebar .destructive-action.button.titlebutton:insensitive:checked > .label { + .button.destructive-action:insensitive:active > .label, .button.destructive-action:insensitive:checked > .label { color: inherit; } .osd .button.destructive-action { color: #eeeeec; @@ -883,9 +865,9 @@ entry { icon-shadow: none; outline-color: rgba(238, 238, 236, 0.3); } .osd .button.destructive-action:insensitive, .osd .button.destructive-action:backdrop:insensitive { - color: #878a89; + color: #878989; border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(53, 57, 58, 0.5)); + background-image: linear-gradient(to bottom, rgba(52, 57, 57, 0.5)); background-clip: padding-box; box-shadow: none; text-shadow: none; @@ -932,8 +914,7 @@ entry { padding-right: 6px; padding-top: 3px; padding-bottom: 3px; } - .stack-switcher > .button.text-button, .header-bar .stack-switcher > .text-button.button.titlebutton, - .titlebar .stack-switcher > .text-button.button.titlebutton { + .stack-switcher > .button.text-button { padding: 5px 10px 6px; } .stack-switcher > .button.image-button, .stack-switcher > GtkScaleButton.button, .stack-switcher > GtkVolumeButton.button, .header-bar .stack-switcher > .titlebutton.button, @@ -973,8 +954,7 @@ entry { text-shadow: 0 -1px rgba(0, 0, 0, 0.81176); icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176); box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1); } - .inline-toolbar GtkToolButton > .button:hover, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:hover, - .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:hover { + .inline-toolbar GtkToolButton > .button:hover { color: #eeeeec; outline-color: rgba(238, 238, 236, 0.3); border-color: #1c1f1f; @@ -982,9 +962,7 @@ entry { text-shadow: 0 -1px rgba(0, 0, 0, 0.77976); icon-shadow: 0 -1px rgba(0, 0, 0, 0.77976); box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1); } - .inline-toolbar GtkToolButton > .button:active, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:active, - .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:active, .inline-toolbar GtkToolButton > .button:checked, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:checked, - .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:checked { + .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { color: #eeeeec; outline-color: rgba(238, 238, 236, 0.3); border-color: #1c1f1f; @@ -992,56 +970,47 @@ entry { text-shadow: 0 -1px rgba(0, 0, 0, 0.89176); icon-shadow: 0 -1px rgba(0, 0, 0, 0.89176); box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6), 0 1px rgba(238, 238, 236, 0.1); } - .inline-toolbar GtkToolButton > .button:insensitive, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:insensitive, - .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:insensitive { - color: #949796; + .inline-toolbar GtkToolButton > .button:insensitive { + color: #939695; border-color: #1c1f1f; - background-image: linear-gradient(to bottom, #333636); + background-image: linear-gradient(to bottom, #323636); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0.1); } .inline-toolbar GtkToolButton > .button:insensitive > .label { color: inherit; } - .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:insensitive:active, - .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:insensitive:checked, - .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:insensitive:checked { - color: #949796; + .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { + color: #939695; border-color: #1c1f1f; - background-image: linear-gradient(to bottom, #313434, #333636); + background-image: linear-gradient(to bottom, #2f3333, #323636); box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0.1); } .inline-toolbar GtkToolButton > .button:insensitive:active > .label, .inline-toolbar GtkToolButton > .button:insensitive:checked > .label { color: inherit; } - .inline-toolbar GtkToolButton > .button:backdrop, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:backdrop, - .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:backdrop { - color: #949796; - border-color: #1f2222; + .inline-toolbar GtkToolButton > .button:backdrop { + color: #939695; + border-color: #1e2222; background-image: linear-gradient(to bottom, #393f3f); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); } - .inline-toolbar GtkToolButton > .button:backdrop:active, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:backdrop:active, - .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:backdrop:active, .inline-toolbar GtkToolButton > .button:backdrop:checked, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:backdrop:checked, - .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:backdrop:checked { - color: #949796; - border-color: #1f2222; - background-image: linear-gradient(to bottom, #303535); + .inline-toolbar GtkToolButton > .button:backdrop:active, .inline-toolbar GtkToolButton > .button:backdrop:checked { + color: #939695; + border-color: #1e2222; + background-image: linear-gradient(to bottom, #2f3434); box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); } - .inline-toolbar GtkToolButton > .button:backdrop:insensitive, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:backdrop:insensitive, - .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:backdrop:insensitive { + .inline-toolbar GtkToolButton > .button:backdrop:insensitive { color: #5d6767; - border-color: #1f2222; - background-image: linear-gradient(to bottom, #333636); + border-color: #1e2222; + background-image: linear-gradient(to bottom, #323636); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); } .inline-toolbar GtkToolButton > .button:backdrop:insensitive > .label { color: inherit; } - .inline-toolbar GtkToolButton > .button:backdrop:insensitive:active, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:backdrop:insensitive:active, - .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:backdrop:insensitive:active, .inline-toolbar GtkToolButton > .button:backdrop:insensitive:checked, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:backdrop:insensitive:checked, - .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:backdrop:insensitive:checked { + .inline-toolbar GtkToolButton > .button:backdrop:insensitive:active, .inline-toolbar GtkToolButton > .button:backdrop:insensitive:checked { color: #5d6767; - border-color: #1f2222; - background-image: linear-gradient(to bottom, #272929); + border-color: #1e2222; + background-image: linear-gradient(to bottom, #262929); box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); } .inline-toolbar GtkToolButton > .button:backdrop:insensitive:active > .label, .inline-toolbar GtkToolButton > .button:backdrop:insensitive:checked > .label { color: inherit; } @@ -1069,8 +1038,7 @@ entry { border-radius: 0; border-right-style: none; } -.linked:not(.vertical) > entry:first-child, .inline-toolbar .button:first-child, .linked > .button:first-child, .header-bar .linked > .button.titlebutton:first-child, -.titlebar .linked > .button.titlebutton:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:first-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:first-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar.search-bar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar.location-bar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar .header-bar GtkToolButton:first-child > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton:first-child > .button.titlebutton, +.linked:not(.vertical) > entry:first-child, .inline-toolbar .button:first-child, .linked > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:first-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:first-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar.search-bar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar.location-bar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar .header-bar GtkToolButton:first-child > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton:first-child > .button.titlebutton, .inline-toolbar .titlebar GtkToolButton:first-child > .button.titlebutton, .titlebar .inline-toolbar GtkToolButton:first-child > .button.titlebutton, .inline-toolbar.toolbar GtkToolButton:backdrop:first-child > .button.flat, @@ -1088,8 +1056,7 @@ entry { .linked > GtkComboBoxText:first-child > .the-button-in-the-combobox { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } -.linked:not(.vertical) > entry:last-child, .inline-toolbar .button:last-child, .linked > .button:last-child, .header-bar .linked > .button.titlebutton:last-child, -.titlebar .linked > .button.titlebutton:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:last-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:last-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar.search-bar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar.location-bar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar .header-bar GtkToolButton:last-child > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton:last-child > .button.titlebutton, +.linked:not(.vertical) > entry:last-child, .inline-toolbar .button:last-child, .linked > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:last-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:last-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar.search-bar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar.location-bar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar .header-bar GtkToolButton:last-child > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton:last-child > .button.titlebutton, .inline-toolbar .titlebar GtkToolButton:last-child > .button.titlebutton, .titlebar .inline-toolbar GtkToolButton:last-child > .button.titlebutton, .inline-toolbar.toolbar GtkToolButton:backdrop:last-child > .button.flat, @@ -1108,8 +1075,7 @@ entry { border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-right-style: solid; } -.linked:not(.vertical) > entry:only-child, .inline-toolbar .button:only-child, .linked > .button:only-child, .header-bar .linked > .button.titlebutton:only-child, -.titlebar .linked > .button.titlebutton:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:only-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:only-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar.search-bar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar.location-bar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar .header-bar GtkToolButton:only-child > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton:only-child > .button.titlebutton, +.linked:not(.vertical) > entry:only-child, .inline-toolbar .button:only-child, .linked > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:only-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:only-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar.search-bar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar.location-bar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar .header-bar GtkToolButton:only-child > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton:only-child > .button.titlebutton, .inline-toolbar .titlebar GtkToolButton:only-child > .button.titlebutton, .titlebar .inline-toolbar GtkToolButton:only-child > .button.titlebutton, .inline-toolbar.toolbar GtkToolButton:backdrop:only-child > .button.flat, @@ -1128,25 +1094,21 @@ entry { border-radius: 3px; border-style: solid; } -.linked.vertical > entry, .linked.vertical > .button, .header-bar .linked.vertical > .button.titlebutton, -.titlebar .linked.vertical > .button.titlebutton, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked, .linked.vertical > .button:backdrop, .linked.vertical > GtkComboBoxText > .the-button-in-the-combobox, +.linked.vertical > entry, .linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked, .linked.vertical > .button:backdrop, .linked.vertical > GtkComboBoxText > .the-button-in-the-combobox, .linked.vertical > GtkComboBox > .the-button-in-the-combobox { border-style: solid solid none solid; border-radius: 0; } -.linked.vertical > entry:first-child, .linked.vertical > .button:first-child, .header-bar .linked.vertical > .button.titlebutton:first-child, -.titlebar .linked.vertical > .button.titlebutton:first-child, .linked.vertical > GtkComboBoxText:first-child > .the-button-in-the-combobox, +.linked.vertical > entry:first-child, .linked.vertical > .button:first-child, .linked.vertical > GtkComboBoxText:first-child > .the-button-in-the-combobox, .linked.vertical > GtkComboBox:first-child > .the-button-in-the-combobox { border-top-left-radius: 3px; border-top-right-radius: 3px; } -.linked.vertical > entry:last-child, .linked.vertical > .button:last-child, .header-bar .linked.vertical > .button.titlebutton:last-child, -.titlebar .linked.vertical > .button.titlebutton:last-child, .linked.vertical > GtkComboBoxText:last-child > .the-button-in-the-combobox, +.linked.vertical > entry:last-child, .linked.vertical > .button:last-child, .linked.vertical > GtkComboBoxText:last-child > .the-button-in-the-combobox, .linked.vertical > GtkComboBox:last-child > .the-button-in-the-combobox { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border-style: solid; } -.linked.vertical > entry:only-child, .linked.vertical > .button:only-child, .header-bar .linked.vertical > .button.titlebutton:only-child, -.titlebar .linked.vertical > .button.titlebutton:only-child, .linked.vertical > GtkComboBoxText:only-child > .the-button-in-the-combobox, +.linked.vertical > entry:only-child, .linked.vertical > .button:only-child, .linked.vertical > GtkComboBoxText:only-child > .the-button-in-the-combobox, .linked.vertical > GtkComboBox:only-child > .the-button-in-the-combobox { border-radius: 3px; border-style: solid; } @@ -1193,7 +1155,7 @@ notebook tab .titlebar .button.titlebutton, outline-offset: -1px; } .menuitem.button.flat:hover, .menuitem.sidebar-button.button:hover, .header-bar .menuitem.titlebutton.button:hover, .titlebar .menuitem.titlebutton.button:hover { - background-color: #4b5150; } + background-color: #4b5050; } GtkColorButton.button, .header-bar GtkColorButton.button.titlebutton, .titlebar GtkColorButton.button.titlebutton { @@ -1219,17 +1181,17 @@ GtkColorButton.button, .header-bar GtkColorButton.button.titlebutton, *:link:hover, .button:hover:link, .button:hover:visited { color: #74aae2; } *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { - color: #e9eff5; } + color: #e8eef5; } *:link:active, .button:active:link, .button:active:visited { color: #4a90d9; } *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { - color: #d3dfeb; } + color: #d2deeb; } *:link:backdrop, .button:backdrop:link, .button:backdrop:visited, *:link:backdrop:hover, .button:backdrop:hover:link, .button:backdrop:hover:visited, *:link:backdrop:hover:selected, .button:backdrop:hover:selected:link, .button:backdrop:hover:selected:visited, .titlebar.selection-mode .subtitle:backdrop:hover:link, .header-bar.selection-mode .subtitle:backdrop:hover:link { color: #215d9c; } *:link:selected, .button:selected:link, .button:selected:visited, .titlebar.selection-mode .subtitle:link, .header-bar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { - color: #d3dfeb; } + color: #d2deeb; } .button:link, .header-bar .button.titlebutton:link, .titlebar .button.titlebutton:link, .button:visited, .header-bar .button.titlebutton:visited, @@ -1249,7 +1211,7 @@ GtkColorButton.button, .header-bar GtkColorButton.button.titlebutton, background-image: none; border-style: none none none solid; border-color: rgba(28, 31, 31, 0.3); - color: #dadad9; + color: #dadad8; border-radius: 0; box-shadow: none; } .spinbutton:not(.vertical) .button:dir(rtl) { @@ -1258,13 +1220,13 @@ GtkColorButton.button, .header-bar GtkColorButton.button.titlebutton, color: #eeeeec; background-color: rgba(238, 238, 236, 0.05); } .spinbutton:not(.vertical) .button:insensitive { - color: rgba(148, 151, 150, 0.3); } + color: rgba(147, 150, 149, 0.3); } .spinbutton:not(.vertical) .button:active { box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.2); background-color: rgba(0, 0, 0, 0.1); } .spinbutton:not(.vertical) .button:backdrop { - color: #8a8c8b; - border-color: rgba(31, 34, 34, 0.3); + color: #888b8a; + border-color: rgba(30, 34, 34, 0.3); background-color: transparent; } .spinbutton:not(.vertical) .button:backdrop:insensitive { background-image: none; @@ -1317,7 +1279,7 @@ GtkColorButton.button, .header-bar GtkColorButton.button.titlebutton, box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); text-shadow: none; icon-shadow: none; - color: #878a89; + color: #878989; border-color: rgba(0, 0, 0, 0.5); icon-shadow: none; box-shadow: none; } @@ -1353,31 +1315,29 @@ GtkColorButton.button, .header-bar GtkColorButton.button.titlebutton, icon-shadow: 0 -1px rgba(0, 0, 0, 0.77976); box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); } .spinbutton.vertical .button:first-child:insensitive { - color: #949796; + color: #939695; border-color: #1c1f1f; - background-image: linear-gradient(to bottom, #333636); + background-image: linear-gradient(to bottom, #323636); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - .spinbutton.vertical .button:first-child:insensitive > .label, .spinbutton.vertical .header-bar .button.titlebutton:first-child:insensitive > .label, - .spinbutton.vertical .titlebar .button.titlebutton:first-child:insensitive > .label { + .spinbutton.vertical .button:first-child:insensitive > .label { color: inherit; } .spinbutton.vertical .button:first-child:backdrop { - color: #949796; - border-color: #1f2222; + color: #939695; + border-color: #1e2222; background-image: linear-gradient(to bottom, #393f3f); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } .spinbutton.vertical .button:first-child:backdrop:insensitive { color: #5d6767; - border-color: #1f2222; - background-image: linear-gradient(to bottom, #333636); + border-color: #1e2222; + background-image: linear-gradient(to bottom, #323636); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - .spinbutton.vertical .button:first-child:backdrop:insensitive > .label, .spinbutton.vertical .header-bar .button.titlebutton:first-child:backdrop:insensitive > .label, - .spinbutton.vertical .titlebar .button.titlebutton:first-child:backdrop:insensitive > .label { + .spinbutton.vertical .button:first-child:backdrop:insensitive > .label { color: inherit; } .spinbutton.vertical.entry { border-radius: 0; @@ -1417,9 +1377,9 @@ GtkColorButton.button, .header-bar GtkColorButton.button.titlebutton, icon-shadow: none; outline-color: rgba(238, 238, 236, 0.3); } .osd .spinbutton.vertical .button:first-child:insensitive { - color: #878a89; + color: #878989; border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(53, 57, 58, 0.5)); + background-image: linear-gradient(to bottom, rgba(52, 57, 57, 0.5)); background-clip: padding-box; box-shadow: none; text-shadow: none; @@ -1451,11 +1411,11 @@ GtkComboBox { padding-top: 3px; padding-bottom: 4px; } GtkComboBox:insensitive { - color: #949796; + color: #939695; text-shadow: none; icon-shadow: none; } GtkComboBox:backdrop { - color: #949796; + color: #939695; text-shadow: none; icon-shadow: none; } GtkComboBox:backdrop:insensitive { @@ -1505,10 +1465,10 @@ GtkComboBox { border-style: solid; border-color: #1c1f1f; background-color: #303535; - box-shadow: inset 0 2px 3px -1px #242828, 0 1px rgba(238, 238, 236, 0.1); } + box-shadow: inset 0 2px 3px -1px #242727, 0 1px rgba(238, 238, 236, 0.1); } .inline-toolbar:backdrop, .search-bar:backdrop, .location-bar:backdrop { - border-color: #1f2222; - background-color: #303535; + border-color: #1e2222; + background-color: #2f3434; box-shadow: none; } /*************** @@ -1523,10 +1483,10 @@ GtkComboBox { border-radius: 7px 7px 0 0; background-color: transparent; background-image: linear-gradient(to bottom, #434a4a, #393f3f); - box-shadow: inset 0 -1px #2e3232, inset 0 1px rgba(238, 238, 236, 0.1); } + box-shadow: inset 0 -1px #2d3232, inset 0 1px rgba(238, 238, 236, 0.1); } .titlebar:backdrop, .header-bar:backdrop { - border-color: #1f2222; + border-color: #1e2222; background-color: #393f3f; background-image: none; box-shadow: inset 0 1px rgba(238, 238, 236, 0.1); } @@ -1550,18 +1510,18 @@ GtkComboBox { .titlebar .header-bar-separator:backdrop, .titlebar > GtkBox > separator.vertical:backdrop, .header-bar .header-bar-separator:backdrop, .header-bar > GtkBox > separator.vertical:backdrop { - border-image: linear-gradient(to bottom, rgba(31, 34, 34, 0.5)) 0 1/1px 1px; } + border-image: linear-gradient(to bottom, rgba(30, 34, 34, 0.5)) 0 1/1px 1px; } .titlebar.selection-mode, .header-bar.selection-mode { color: #ffffff; text-shadow: 0 -1px rgba(0, 0, 0, 0.5); border-color: #0f2b48; background-image: linear-gradient(to bottom, #256ab1, #215d9c); - box-shadow: inset 0 -1px #1b4c7f, inset 0 1px rgba(43, 100, 160, 0.55); } + box-shadow: inset 0 -1px #1a4b7e, inset 0 1px rgba(43, 100, 160, 0.55); } .titlebar.selection-mode:backdrop, .header-bar.selection-mode:backdrop { background-image: linear-gradient(to bottom, #215d9c); - box-shadow: inset 0 1px rgba(48, 104, 162, 0.46); } + box-shadow: inset 0 1px rgba(48, 103, 161, 0.46); } .titlebar.selection-mode .button, .header-bar.selection-mode .button { color: #ffffff; @@ -1607,7 +1567,7 @@ GtkComboBox { .header-bar.selection-mode .button.flat:backdrop, .header-bar.selection-mode .sidebar-button.button:backdrop, .header-bar.selection-mode .titlebutton.button:backdrop { - color: #d3dfeb; + color: #d2deeb; border-color: #0b1e33; background-image: linear-gradient(to bottom, #215d9c); text-shadow: none; @@ -1626,7 +1586,7 @@ GtkComboBox { .header-bar.selection-mode .button.flat:backdrop:checked, .header-bar.selection-mode .sidebar-button.button:backdrop:checked, .header-bar.selection-mode .titlebutton.button:backdrop:checked { - color: #d1dae3; + color: #d0d9e2; border-color: #0b1e33; background-image: linear-gradient(to bottom, #184472); box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(43, 100, 160, 0); @@ -1637,21 +1597,19 @@ GtkComboBox { .header-bar.selection-mode .button.flat:backdrop:insensitive, .header-bar.selection-mode .sidebar-button.button:backdrop:insensitive, .header-bar.selection-mode .titlebutton.button:backdrop:insensitive { - color: #6f91b4; + color: #6f90b2; border-color: #0b1e33; - background-image: linear-gradient(to bottom, #22558b); + background-image: linear-gradient(to bottom, #22558a); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(43, 100, 160, 0); border-color: #0f2b48; } - .titlebar.selection-mode .button:backdrop:insensitive > .label, .titlebar.selection-mode .header-bar .button.titlebutton:backdrop:insensitive > .label, .titlebar.selection-mode .button.flat:backdrop:insensitive > .label, .titlebar.selection-mode .sidebar-button.button:backdrop:insensitive > .label, .titlebar.selection-mode .header-bar .titlebutton.button:backdrop:insensitive > .label, + .titlebar.selection-mode .button:backdrop:insensitive > .label, .titlebar.selection-mode .button.flat:backdrop:insensitive > .label, .titlebar.selection-mode .sidebar-button.button:backdrop:insensitive > .label, .titlebar.selection-mode .titlebutton.button:backdrop:insensitive > .label, .header-bar.selection-mode .button:backdrop:insensitive > .label, - .header-bar.selection-mode .titlebar .button.titlebutton:backdrop:insensitive > .label, .header-bar.selection-mode .button.flat:backdrop:insensitive > .label, .header-bar.selection-mode .sidebar-button.button:backdrop:insensitive > .label, - .header-bar.selection-mode .titlebutton.button:backdrop:insensitive > .label, - .header-bar.selection-mode .titlebar .titlebutton.button:backdrop:insensitive > .label { + .header-bar.selection-mode .titlebutton.button:backdrop:insensitive > .label { color: inherit; } .titlebar.selection-mode .button:backdrop:insensitive:active, .titlebar.selection-mode .button:backdrop:insensitive:checked, .titlebar.selection-mode .button.flat:backdrop:insensitive:active, .titlebar.selection-mode .sidebar-button.button:backdrop:insensitive:active, .titlebar.selection-mode .titlebutton.button:backdrop:insensitive:active, .titlebar.selection-mode .button.flat:backdrop:insensitive:checked, .titlebar.selection-mode .sidebar-button.button:backdrop:insensitive:checked, @@ -1664,26 +1622,22 @@ GtkComboBox { .header-bar.selection-mode .button.flat:backdrop:insensitive:checked, .header-bar.selection-mode .sidebar-button.button:backdrop:insensitive:checked, .header-bar.selection-mode .titlebutton.button:backdrop:insensitive:checked { - color: #6c88a7; + color: #6c88a5; border-color: #0b1e33; - background-image: linear-gradient(to bottom, #1d4877); + background-image: linear-gradient(to bottom, #1d4876); box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(43, 100, 160, 0); border-color: #0f2b48; } - .titlebar.selection-mode .button:backdrop:insensitive:active > .label, .titlebar.selection-mode .header-bar .button.titlebutton:backdrop:insensitive:active > .label, .titlebar.selection-mode .button:backdrop:insensitive:checked > .label, .titlebar.selection-mode .header-bar .button.titlebutton:backdrop:insensitive:checked > .label, .titlebar.selection-mode .button.flat:backdrop:insensitive:active > .label, .titlebar.selection-mode .sidebar-button.button:backdrop:insensitive:active > .label, .titlebar.selection-mode .header-bar .titlebutton.button:backdrop:insensitive:active > .label, - .titlebar.selection-mode .titlebutton.button:backdrop:insensitive:active > .label, .titlebar.selection-mode .button.flat:backdrop:insensitive:checked > .label, .titlebar.selection-mode .sidebar-button.button:backdrop:insensitive:checked > .label, .titlebar.selection-mode .header-bar .titlebutton.button:backdrop:insensitive:checked > .label, + .titlebar.selection-mode .button:backdrop:insensitive:active > .label, .titlebar.selection-mode .button:backdrop:insensitive:checked > .label, .titlebar.selection-mode .button.flat:backdrop:insensitive:active > .label, .titlebar.selection-mode .sidebar-button.button:backdrop:insensitive:active > .label, + .titlebar.selection-mode .titlebutton.button:backdrop:insensitive:active > .label, .titlebar.selection-mode .button.flat:backdrop:insensitive:checked > .label, .titlebar.selection-mode .sidebar-button.button:backdrop:insensitive:checked > .label, .titlebar.selection-mode .titlebutton.button:backdrop:insensitive:checked > .label, .header-bar.selection-mode .button:backdrop:insensitive:active > .label, - .header-bar.selection-mode .titlebar .button.titlebutton:backdrop:insensitive:active > .label, .header-bar.selection-mode .button:backdrop:insensitive:checked > .label, - .header-bar.selection-mode .titlebar .button.titlebutton:backdrop:insensitive:checked > .label, .header-bar.selection-mode .button.flat:backdrop:insensitive:active > .label, .header-bar.selection-mode .sidebar-button.button:backdrop:insensitive:active > .label, .header-bar.selection-mode .titlebutton.button:backdrop:insensitive:active > .label, - .header-bar.selection-mode .titlebar .titlebutton.button:backdrop:insensitive:active > .label, .header-bar.selection-mode .button.flat:backdrop:insensitive:checked > .label, .header-bar.selection-mode .sidebar-button.button:backdrop:insensitive:checked > .label, - .header-bar.selection-mode .titlebutton.button:backdrop:insensitive:checked > .label, - .header-bar.selection-mode .titlebar .titlebutton.button:backdrop:insensitive:checked > .label { + .header-bar.selection-mode .titlebutton.button:backdrop:insensitive:checked > .label { color: inherit; } .titlebar.selection-mode .button.flat:backdrop, .titlebar.selection-mode .sidebar-button.button:backdrop, .titlebar.selection-mode .titlebutton.button:backdrop, .titlebar.selection-mode .button.flat:insensitive, .titlebar.selection-mode .sidebar-button.button:insensitive, @@ -1706,28 +1660,25 @@ GtkComboBox { icon-shadow: none; } .titlebar.selection-mode .button:insensitive, .header-bar.selection-mode .button:insensitive { - color: #91aac5; + color: #90aac4; border-color: #0b1e33; - background-image: linear-gradient(to bottom, #22558b); + background-image: linear-gradient(to bottom, #22558a); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(43, 100, 160, 0.55); } - .titlebar.selection-mode .button:insensitive > .label, .titlebar.selection-mode .header-bar .button.titlebutton:insensitive > .label, - .header-bar.selection-mode .button:insensitive > .label, - .header-bar.selection-mode .titlebar .button.titlebutton:insensitive > .label { + .titlebar.selection-mode .button:insensitive > .label, + .header-bar.selection-mode .button:insensitive > .label { color: inherit; } .titlebar.selection-mode .button:insensitive:active, .titlebar.selection-mode .button:insensitive:checked, .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked { - color: #a5b6c9; + color: #a4b5c8; border-color: #0b1e33; - background-image: linear-gradient(to bottom, #1b4470, #1d4877); + background-image: linear-gradient(to bottom, #1b436f, #1d4876); box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(43, 100, 160, 0.55); } - .titlebar.selection-mode .button:insensitive:active > .label, .titlebar.selection-mode .header-bar .button.titlebutton:insensitive:active > .label, .titlebar.selection-mode .button:insensitive:checked > .label, .titlebar.selection-mode .header-bar .button.titlebutton:insensitive:checked > .label, + .titlebar.selection-mode .button:insensitive:active > .label, .titlebar.selection-mode .button:insensitive:checked > .label, .header-bar.selection-mode .button:insensitive:active > .label, - .header-bar.selection-mode .titlebar .button.titlebutton:insensitive:active > .label, - .header-bar.selection-mode .button:insensitive:checked > .label, - .header-bar.selection-mode .titlebar .button.titlebutton:insensitive:checked > .label { + .header-bar.selection-mode .button:insensitive:checked > .label { color: inherit; } .titlebar.selection-mode .button.suggested-action, .header-bar.selection-mode .button.suggested-action { @@ -1761,21 +1712,20 @@ GtkComboBox { border-color: #0f2b48; } .titlebar.selection-mode .button.suggested-action:insensitive, .header-bar.selection-mode .button.suggested-action:insensitive { - color: #949796; + color: #939695; border-color: #1c1f1f; - background-image: linear-gradient(to bottom, #333636); + background-image: linear-gradient(to bottom, #323636); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(43, 100, 160, 0.55); border-color: #0f2b48; } - .titlebar.selection-mode .button.suggested-action:insensitive > .label, .titlebar.selection-mode .header-bar .suggested-action.button.titlebutton:insensitive > .label, - .header-bar.selection-mode .button.suggested-action:insensitive > .label, - .header-bar.selection-mode .titlebar .suggested-action.button.titlebutton:insensitive > .label { + .titlebar.selection-mode .button.suggested-action:insensitive > .label, + .header-bar.selection-mode .button.suggested-action:insensitive > .label { color: inherit; } .titlebar.selection-mode .button.suggested-action:backdrop, .header-bar.selection-mode .button.suggested-action:backdrop { - color: #949796; - border-color: #1f2222; + color: #939695; + border-color: #1e2222; background-image: linear-gradient(to bottom, #393f3f); text-shadow: none; icon-shadow: none; @@ -1784,15 +1734,14 @@ GtkComboBox { .titlebar.selection-mode .button.suggested-action:backdrop:insensitive, .header-bar.selection-mode .button.suggested-action:backdrop:insensitive { color: #5d6767; - border-color: #1f2222; - background-image: linear-gradient(to bottom, #333636); + border-color: #1e2222; + background-image: linear-gradient(to bottom, #323636); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(43, 100, 160, 0); border-color: #0f2b48; } - .titlebar.selection-mode .button.suggested-action:backdrop:insensitive > .label, .titlebar.selection-mode .header-bar .suggested-action.button.titlebutton:backdrop:insensitive > .label, - .header-bar.selection-mode .button.suggested-action:backdrop:insensitive > .label, - .header-bar.selection-mode .titlebar .suggested-action.button.titlebutton:backdrop:insensitive > .label { + .titlebar.selection-mode .button.suggested-action:backdrop:insensitive > .label, + .header-bar.selection-mode .button.suggested-action:backdrop:insensitive > .label { color: inherit; } .titlebar.selection-mode .selection-menu, .titlebar.selection-mode .selection-menu:backdrop, .header-bar.selection-mode .selection-menu, @@ -1857,33 +1806,33 @@ GtkTreeView.view { -GtkTreeView-tree-line-width: 1; -GtkTreeView-tree-line-pattern: ''; -GtkTreeView-expander-size: 16; - border-left-color: #8c8c8b; + border-left-color: #8b8b8a; border-top-color: #393f3f; } GtkTreeView.view:selected { border-radius: 0; } GtkTreeView.view:selected, GtkTreeView.view:backdrop:selected { - border-left-color: #90aece; + border-left-color: #90aecd; border-top-color: rgba(238, 238, 236, 0.1); } GtkTreeView.view:insensitive { - color: #949796; } + color: #939695; } GtkTreeView.view:insensitive:selected { - color: #7a9ec4; } + color: #799dc3; } GtkTreeView.view:insensitive:selected:backdrop { - color: #648eba; } + color: #638db9; } GtkTreeView.view:insensitive:backdrop { color: #5d6767; } GtkTreeView.view.separator:backdrop { color: rgba(0, 0, 0, 0.1); } GtkTreeView.view:backdrop { - border-left-color: #676b6b; + border-left-color: #666a6a; border-top: #393f3f; } GtkTreeView.view.dnd { border-style: solid none; border-width: 1px; - border-color: #88a6c4; } + border-color: #87a5c4; } GtkTreeView.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #b3b3b2; } + color: #b2b2b1; } GtkTreeView.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } GtkTreeView.view.expander:hover { @@ -1897,7 +1846,7 @@ GtkTreeView.view { GtkTreeView.view.expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GtkTreeView.view.expander:backdrop { - color: #757776; } + color: #747675; } GtkTreeView.view.progressbar { border: 1px solid #0f2b48; border-radius: 4px; @@ -1922,7 +1871,7 @@ GtkTreeView.view { column-header .button, column-header .header-bar .button.titlebutton, .header-bar column-header .button.titlebutton, column-header .titlebar .button.titlebutton, .titlebar column-header .button.titlebutton { - color: #8c8c8b; + color: #8b8b8a; background-color: #292929; font-weight: bold; text-shadow: none; @@ -1930,7 +1879,7 @@ column-header .titlebar .button.titlebutton, column-header .button:hover, column-header .header-bar .button.titlebutton:hover, .header-bar column-header .button.titlebutton:hover, column-header .titlebar .button.titlebutton:hover, .titlebar column-header .button.titlebutton:hover { - color: #bdbdbc; + color: #bcbcbb; box-shadow: none; transition: none; } column-header .button:active, column-header .header-bar .button.titlebutton:active, .header-bar column-header .button.titlebutton:active, @@ -1971,7 +1920,7 @@ column-header .titlebar .button.titlebutton, .titlebar column-header .button.titlebutton:backdrop { border-color: #393f3f; border-style: none solid solid none; - color: #676b6b; + color: #666a6a; background-image: none; background-color: #2c2c2c; } column-header .button:backdrop:insensitive { @@ -1993,7 +1942,7 @@ column-header .titlebar .button.titlebutton, box-shadow: inset 0 -3px #215d9c; color: #4a90d9; } .menubar > .menuitem:insensitive { - color: #949796; + color: #939695; box-shadow: none; } .menu { @@ -2010,11 +1959,11 @@ column-header .titlebar .button.titlebutton, color: #ffffff; background-color: #215d9c; } .menu .menuitem:insensitive { - color: #949796; } + color: #939695; } .menu .menuitem:insensitive:backdrop { color: #5d6767; } .menu .menuitem:backdrop, .menu .menuitem:backdrop:hover { - color: #949796; + color: #939695; background-color: #2c2c2c; } .menu .menuitem.arrow { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } @@ -2025,11 +1974,11 @@ column-header .titlebar .button.titlebutton, border-style: none; border-radius: 0; } .menu.button.top { - border-bottom: 1px solid #3d3d3d; } + border-bottom: 1px solid #3c3c3c; } .menu.button.bottom { - border-top: 1px solid #3d3d3d; } + border-top: 1px solid #3c3c3c; } .menu.button:hover { - background-color: #3d3d3d; } + background-color: #3c3c3c; } .menu.button:insensitive { color: transparent; background-color: transparent; @@ -2073,16 +2022,14 @@ column-header .titlebar .button.titlebutton, * Notebooks and * * Tabs * *****************/ -GtkNotebook { +notebook { -GtkNotebook-initial-gap: 10; -GtkNotebook-arrow-spacing: 5; -GtkNotebook-tab-curvature: 0; -GtkNotebook-tab-overlap: -8; -GtkNotebook-has-tab-gap: false; -GtkWidget-focus-padding: 0; - -GtkWidget-focus-line-width: 0; } - -notebook { + -GtkWidget-focus-line-width: 0; padding: 0; background-color: #292929; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } @@ -2099,7 +2046,7 @@ notebook { notebook.frame.left { border-left-width: 0; } notebook.frame:backdrop { - border-color: #1f2222; } + border-color: #1e2222; } notebook.header { background-color: #303535; } notebook.header.frame { @@ -2113,25 +2060,25 @@ notebook { notebook.header.frame.left { border-right-width: 0; } notebook.header.frame:backdrop { - border-color: #1f2222; } + border-color: #1e2222; } notebook.header.top { box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.15), inset 0 -1px #1c1f1f; } notebook.header.top:backdrop { - box-shadow: inset 0 -1px #1f2222; } + box-shadow: inset 0 -1px #1e2222; } notebook.header.bottom { box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.15), inset 0 1px #1c1f1f; } notebook.header.bottom:backdrop { - box-shadow: inset 0 1px #1f2222; } + box-shadow: inset 0 1px #1e2222; } notebook.header.right { box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.15), inset 1px 0 #1c1f1f; } notebook.header.right:backdrop { - box-shadow: inset 1px 0 #1f2222; } + box-shadow: inset 1px 0 #1e2222; } notebook.header.left { box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.15), inset -1px 0 #1c1f1f; } notebook.header.left:backdrop { - box-shadow: inset -1px 0 #1f2222; } + box-shadow: inset -1px 0 #1e2222; } notebook.header:backdrop { - background-color: #303535; + background-color: #2f3434; box-shadow: none; } notebook tab { border-width: 0; @@ -2208,7 +2155,7 @@ notebook { notebook tab.reorderable-page.top:active:hover { background-color: rgba(57, 63, 63, 0.7); } notebook tab.reorderable-page.top:active:backdrop { - border-color: #1f2222; + border-color: #1e2222; background-color: #393f3f; border-bottom-color: #215d9c; } notebook tab.reorderable-page.top:backdrop { @@ -2227,7 +2174,7 @@ notebook { notebook tab.reorderable-page.bottom:active:hover { background-color: rgba(57, 63, 63, 0.7); } notebook tab.reorderable-page.bottom:active:backdrop { - border-color: #1f2222; + border-color: #1e2222; background-color: #393f3f; border-top-color: #215d9c; } notebook tab.reorderable-page.bottom:backdrop { @@ -2246,7 +2193,7 @@ notebook { notebook tab.reorderable-page.left:active:hover { background-color: rgba(57, 63, 63, 0.7); } notebook tab.reorderable-page.left:active:backdrop { - border-color: #1f2222; + border-color: #1e2222; background-color: #393f3f; border-right-color: #215d9c; } notebook tab.reorderable-page.left:backdrop { @@ -2265,7 +2212,7 @@ notebook { notebook tab.reorderable-page.right:active:hover { background-color: rgba(57, 63, 63, 0.7); } notebook tab.reorderable-page.right:active:backdrop { - border-color: #1f2222; + border-color: #1e2222; background-color: #393f3f; border-left-color: #215d9c; } notebook tab.reorderable-page.right:backdrop { @@ -2274,17 +2221,17 @@ notebook { notebook tab label { padding: 0 2px; font-weight: bold; - color: #949796; } + color: #939695; } notebook tab label:backdrop { - color: #797f7f; } + color: #787e7e; } notebook tab:hover label { - color: #c1c3c1; } + color: #c0c2c0; } notebook tab:hover label:backdrop { - color: #797f7f; } + color: #787e7e; } notebook tab:active label { color: #eeeeec; } notebook tab:active label:backdrop { - color: #949796; } + color: #939695; } notebook tab .button, notebook tab .header-bar .button.titlebutton, .header-bar notebook tab .button.titlebutton, notebook tab .titlebar .button.titlebutton, .titlebar notebook tab .button.titlebutton { @@ -2319,22 +2266,22 @@ notebook { notebook tab .button:backdrop, notebook tab .header-bar .button.titlebutton:backdrop, .header-bar notebook tab .button.titlebutton:backdrop, notebook tab .titlebar .button.titlebutton:backdrop, .titlebar notebook tab .button.titlebutton:backdrop { - color: rgba(148, 151, 150, 0.3); + color: rgba(147, 150, 149, 0.3); border-color: transparent; } notebook tab .button > image, notebook tab .header-bar .button.titlebutton > image, .header-bar notebook tab .button.titlebutton > image, notebook tab .titlebar .button.titlebutton > image, .titlebar notebook tab .button.titlebutton > image { padding: 2px; } notebook.arrow { - color: #949796; } + color: #939695; } notebook.arrow:hover { - color: #c1c3c1; } + color: #c0c2c0; } notebook.arrow:active { color: #eeeeec; } notebook.arrow:insensitive { - color: rgba(148, 151, 150, 0.3); } + color: rgba(147, 150, 149, 0.3); } notebook.arrow:backdrop { - color: rgba(148, 151, 150, 0.4); } + color: rgba(147, 150, 149, 0.4); } notebook.arrow:backdrop:insensitive { color: #5d6767; } @@ -2377,15 +2324,15 @@ notebook { border: 1px none #1c1f1f; } .scrollbar .trough:backdrop { background-color: #323737; - border-color: #1f2222; } + border-color: #1e2222; } .scrollbar .slider { - background-color: #a6a8a7; } + background-color: #a5a8a6; } .scrollbar .slider:hover { - background-color: #cacbc9; } + background-color: #c9cbc9; } .scrollbar .slider:prelight:active { background-color: #2a76c6; } .scrollbar .slider:backdrop { - background-color: #5d6262; } + background-color: #5d6161; } .scrollbar .slider:insensitive { background-color: transparent; } .scrollbar .slider { @@ -2425,7 +2372,7 @@ notebook { border-image-slice: 0 1 0 0; } .scrollbars-junction:backdrop, .scrollbars-junction.frame:backdrop { - border-image-source: linear-gradient(to bottom, #1f2222 1px, transparent 1px); + border-image-source: linear-gradient(to bottom, #1e2222 1px, transparent 1px); background-color: #323737; } /********** @@ -2452,16 +2399,16 @@ switch { box-shadow: 0 1px rgba(238, 238, 236, 0.1); text-shadow: 0 1px rgba(15, 43, 72, 0.5), 0 0 2px rgba(255, 255, 255, 0.6); } switch:insensitive { - color: #949796; + color: #939695; border-color: #1c1f1f; background-image: none; - background-color: #333636; + background-color: #323636; box-shadow: 0 1px rgba(238, 238, 236, 0.1); text-shadow: none; } switch:backdrop { - color: #949796; - border-color: #1f2222; - background-image: linear-gradient(to bottom, #303535); + color: #939695; + border-color: #1e2222; + background-image: linear-gradient(to bottom, #2f3434); box-shadow: none; text-shadow: none; } switch:backdrop:active { @@ -2470,9 +2417,9 @@ switch { box-shadow: none; } switch:insensitive { color: #5d6767; - border-color: #1f2222; + border-color: #1e2222; background-image: none; - background-color: #333636; } + background-color: #323636; } switch slider { border: 1px solid; border-radius: 3px; @@ -2483,7 +2430,7 @@ switch { text-shadow: 0 -1px rgba(0, 0, 0, 0.81176); icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176); box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1); - box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), inset 0 -2px rgba(57, 63, 63, 0.6), inset 0 -1px #2b2f2f; } + box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), inset 0 -2px rgba(57, 63, 63, 0.6), inset 0 -1px #2a2f2f; } switch:hover slider { color: #eeeeec; outline-color: rgba(238, 238, 236, 0.3); @@ -2492,21 +2439,21 @@ switch { text-shadow: 0 -1px rgba(0, 0, 0, 0.77976); icon-shadow: 0 -1px rgba(0, 0, 0, 0.77976); box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1); - box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), inset 0 -2px rgba(57, 63, 63, 0.6), inset 0 -1px #2b2f2f; } + box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), inset 0 -2px rgba(57, 63, 63, 0.6), inset 0 -1px #2a2f2f; } switch:active slider { border: 1px solid #0f2b48; } switch:insensitive slider { - color: #949796; + color: #939695; border-color: #1c1f1f; - background-image: linear-gradient(to bottom, #333636); + background-image: linear-gradient(to bottom, #323636); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } switch:insensitive slider > .label { color: inherit; } switch:backdrop slider { - color: #949796; - border-color: #1f2222; + color: #939695; + border-color: #1e2222; background-image: linear-gradient(to bottom, #393f3f); text-shadow: none; icon-shadow: none; @@ -2516,8 +2463,8 @@ switch { border-color: #0f2b48; } switch:backdrop:insensitive slider { color: #5d6767; - border-color: #1f2222; - background-image: linear-gradient(to bottom, #333636); + border-color: #1e2222; + background-image: linear-gradient(to bottom, #323636); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); @@ -2656,7 +2603,7 @@ switch { .menu .menuitem.check { -gtk-icon-source: -gtk-icontheme("checkbox-symbolic"); - color: #a6a8a7; + color: #a5a8a6; icon-shadow: none; } .menu .menuitem.check:active, .menu .menuitem.check:checked { -gtk-icon-source: -gtk-icontheme("checkbox-checked-symbolic"); } @@ -2665,7 +2612,7 @@ switch { .menu .menuitem.check:hover { color: #ffffff; } .menu .menuitem.check:insensitive { - color: #676b6b; } + color: #666a6a; } .radio { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); @@ -2795,7 +2742,7 @@ switch { .menu .menuitem.radio { -gtk-icon-source: -gtk-icontheme("radio-symbolic"); - color: #a6a8a7; + color: #a5a8a6; icon-shadow: none; } .menu .menuitem.radio:active, .menu .menuitem.radio:checked { -gtk-icon-source: -gtk-icontheme("radio-checked-symbolic"); } @@ -2804,7 +2751,7 @@ switch { .menu .menuitem.radio:hover { color: #ffffff; } .menu .menuitem.radio:insensitive { - color: #676b6b; } + color: #666a6a; } .view.check, .view.radio, .list-row .check, list-row .radio { @@ -2858,7 +2805,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { padding: 1px 2px 4px; outline-offset: 0; } GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { - color: #949796; } + color: #939695; } GtkCheckButton.text-button:insensitive:backdrop, GtkCheckButton.text-button:insensitive:active:backdrop, GtkCheckButton.text-button:insensitive:inconsistent:backdrop, GtkRadioButton.text-button:insensitive:backdrop, GtkRadioButton.text-button:insensitive:active:backdrop, GtkRadioButton.text-button:insensitive:inconsistent:backdrop { color: #5d6767; } @@ -2896,7 +2843,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { border: 1px solid; border-radius: 50%; border-color: #151717; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), inset 0 -2px #393f3f, inset 0 -1px #2b2f2f; } + box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), inset 0 -2px #393f3f, inset 0 -1px #2a2f2f; } .scale.slider:hover, .scale.scale-has-marks-above.scale-has-marks-below.slider:hover, .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:hover { @@ -2915,22 +2862,22 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:insensitive { border-style: solid; border-radius: 50%; - background-image: linear-gradient(to bottom, #333636); + background-image: linear-gradient(to bottom, #323636); box-shadow: none; } .scale.slider:backdrop, .scale.scale-has-marks-above.scale-has-marks-below.slider:backdrop, .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:backdrop { border-style: solid; border-radius: 50%; - border-color: #181a1a; + border-color: #171a1a; background-image: linear-gradient(to bottom, #393f3f); box-shadow: none; } .scale.slider:backdrop:insensitive, .scale.scale-has-marks-above.scale-has-marks-below.slider:backdrop:insensitive, .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:backdrop:insensitive { color: #5d6767; - border-color: #1f2222; - background-image: linear-gradient(to bottom, #333636); + border-color: #1e2222; + background-image: linear-gradient(to bottom, #323636); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); } @@ -3017,21 +2964,21 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.vertical:insensitive { border-color: #1c1f1f; background-image: none; - background-color: #333636; + background-color: #323636; box-shadow: 0 1px rgba(238, 238, 236, 0.1); } .scale.trough:backdrop, .scale.scale-has-marks-above.scale-has-marks-below.trough:backdrop, .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:backdrop { - border-color: #1f2222; - background-color: #2b2f2f; + border-color: #1e2222; + background-color: #2a2f2f; box-shadow: none; } .scale.trough:backdrop:insensitive, .scale.trough .highlight:backdrop:insensitive, .scale.scale-has-marks-above.scale-has-marks-below.trough:backdrop:insensitive, .scale.scale-has-marks-above.scale-has-marks-below.trough .highlight:backdrop:insensitive, .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:backdrop:insensitive, .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough .highlight:backdrop:insensitive { - border-color: #1f2222; - background-color: #333636; } + border-color: #1e2222; + background-color: #323636; } .osd .scale.trough, .osd .scale.scale-has-marks-above.scale-has-marks-below.trough, .osd .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough { @@ -3085,14 +3032,14 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight:insensitive { border-color: #215d9c; box-shadow: none; - background-color: #90aece; + background-color: #90aecd; background-image: none; } .list-row:selected .scale:insensitive:backdrop, .list-row:selected .scale.trough.highlight:insensitive:backdrop, .list-row:selected .scale.scale-has-marks-above.scale-has-marks-below:insensitive:backdrop, .list-row:selected .scale.scale-has-marks-above.scale-has-marks-below.trough.highlight:insensitive:backdrop, .list-row:selected .scale.vertical.scale-has-marks-above.scale-has-marks-below:insensitive:backdrop, .list-row:selected .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight:insensitive:backdrop { - background-color: #90aece; } + background-color: #90aecd; } .scale.scale-has-marks-below { -GtkScale-slider-length: 20; @@ -3347,10 +3294,10 @@ GtkProgressBar { GtkProgressBar.trough { border: 1px solid #1c1f1f; border-radius: 3px; - background-color: #2f3434; } + background-color: #2e3333; } GtkProgressBar.trough:backdrop { - border-color: #1f2222; - background-color: #303535; + border-color: #1e2222; + background-color: #2f3434; box-shadow: 0 1px rgba(255, 255, 255, 0); } GtkProgressBar.trough.osd { border-style: none; @@ -3405,15 +3352,15 @@ GtkProgressBar { padding: 2px; border-radius: 3px; background-color: transparent; - background-image: linear-gradient(to bottom, #1d2020, #242525 3px, #292929 90%); + background-image: linear-gradient(to bottom, #1c1f1f, #232525 3px, #292929 90%); color: white; border-color: #1c1f1f; box-shadow: inset 0 0 0 1px rgba(33, 93, 156, 0), 0 1px rgba(238, 238, 236, 0.1); } .level-bar.trough:backdrop { background-color: transparent; - background-image: linear-gradient(to bottom, #1d2020, #242525 3px, #292929 90%); - color: #d5d5d5; - border-color: #1f2222; + background-image: linear-gradient(to bottom, #1c1f1f, #232525 3px, #292929 90%); + color: #d4d4d4; + border-color: #1e2222; background-image: linear-gradient(to bottom, #2c2c2c); box-shadow: 0 1px rgba(238, 238, 236, 0); } .level-bar.fill-block { @@ -3443,7 +3390,7 @@ GtkProgressBar { border-color: rgba(238, 238, 236, 0.1); box-shadow: none; } .level-bar.fill-block.empty-fill-block:backdrop { - border-color: rgba(148, 151, 150, 0.15); } + border-color: rgba(147, 150, 149, 0.15); } /********** * Frames * @@ -3454,7 +3401,7 @@ GtkProgressBar { .frame.flat { border-style: none; } .frame:backdrop { - border-color: #1f2222; } + border-color: #1e2222; } .frame.action-bar { padding: 6px; border-width: 1px 0 0; } @@ -3475,7 +3422,7 @@ separator { border-color: #1c1f1f; } .list:backdrop { background-color: #2c2c2c; - border-color: #1f2222; } + border-color: #1e2222; } .list-row, .grid-child { @@ -3490,7 +3437,7 @@ separator { .list-row.activatable:selected:active { box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.5); } .list-row.activatable:selected.has-open-popup, .list-row.activatable:selected:hover { - background-color: #366ca4; } + background-color: #356ba4; } .list-row.activatable:selected:backdrop { background-color: #215d9c; } @@ -3531,8 +3478,8 @@ separator { .list-row:selected .button:backdrop, .list-row:selected .button.flat:backdrop, .list-row:selected .sidebar-button.button:backdrop, .list-row:selected .header-bar .titlebutton.button:backdrop, .header-bar .list-row:selected .titlebutton.button:backdrop, .list-row:selected .titlebar .titlebutton.button:backdrop, .titlebar .list-row:selected .titlebutton.button:backdrop { - color: #949796; - border-color: #1f2222; + color: #939695; + border-color: #1e2222; background-image: linear-gradient(to bottom, #393f3f); text-shadow: none; icon-shadow: none; @@ -3542,21 +3489,20 @@ separator { .titlebar .list-row:selected .titlebutton.button:backdrop:active, .list-row:selected .button.flat:backdrop:checked, .list-row:selected .sidebar-button.button:backdrop:checked, .list-row:selected .header-bar .titlebutton.button:backdrop:checked, .header-bar .list-row:selected .titlebutton.button:backdrop:checked, .list-row:selected .titlebar .titlebutton.button:backdrop:checked, .titlebar .list-row:selected .titlebutton.button:backdrop:checked { - color: #949796; - border-color: #1f2222; - background-image: linear-gradient(to bottom, #303535); + color: #939695; + border-color: #1e2222; + background-image: linear-gradient(to bottom, #2f3434); box-shadow: inset 0 1px rgba(255, 255, 255, 0); } .list-row:selected .button:backdrop:insensitive, .list-row:selected .button.flat:backdrop:insensitive, .list-row:selected .sidebar-button.button:backdrop:insensitive, .list-row:selected .header-bar .titlebutton.button:backdrop:insensitive, .header-bar .list-row:selected .titlebutton.button:backdrop:insensitive, .list-row:selected .titlebar .titlebutton.button:backdrop:insensitive, .titlebar .list-row:selected .titlebutton.button:backdrop:insensitive { color: #5d6767; - border-color: #1f2222; - background-image: linear-gradient(to bottom, #333636); + border-color: #1e2222; + background-image: linear-gradient(to bottom, #323636); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - .list-row:selected .button:backdrop:insensitive > .label, .list-row:selected .header-bar .button.titlebutton:backdrop:insensitive > .label, - .list-row:selected .titlebar .button.titlebutton:backdrop:insensitive > .label, .list-row:selected .button.flat:backdrop:insensitive > .label, .list-row:selected .sidebar-button.button:backdrop:insensitive > .label, .list-row:selected .header-bar .titlebutton.button:backdrop:insensitive > .label, .header-bar .list-row:selected .titlebutton.button:backdrop:insensitive > .label, + .list-row:selected .button:backdrop:insensitive > .label, .list-row:selected .button.flat:backdrop:insensitive > .label, .list-row:selected .sidebar-button.button:backdrop:insensitive > .label, .list-row:selected .header-bar .titlebutton.button:backdrop:insensitive > .label, .header-bar .list-row:selected .titlebutton.button:backdrop:insensitive > .label, .list-row:selected .titlebar .titlebutton.button:backdrop:insensitive > .label, .titlebar .list-row:selected .titlebutton.button:backdrop:insensitive > .label { color: inherit; } @@ -3566,12 +3512,10 @@ separator { .list-row:selected .titlebar .titlebutton.button:backdrop:insensitive:checked, .titlebar .list-row:selected .titlebutton.button:backdrop:insensitive:checked { color: #5d6767; - border-color: #1f2222; - background-image: linear-gradient(to bottom, #272929); + border-color: #1e2222; + background-image: linear-gradient(to bottom, #262929); box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - .list-row:selected .button:backdrop:insensitive:active > .label, .list-row:selected .header-bar .button.titlebutton:backdrop:insensitive:active > .label, - .list-row:selected .titlebar .button.titlebutton:backdrop:insensitive:active > .label, .list-row:selected .button:backdrop:insensitive:checked > .label, .list-row:selected .header-bar .button.titlebutton:backdrop:insensitive:checked > .label, - .list-row:selected .titlebar .button.titlebutton:backdrop:insensitive:checked > .label, .list-row:selected .button.flat:backdrop:insensitive:active > .label, .list-row:selected .sidebar-button.button:backdrop:insensitive:active > .label, .list-row:selected .header-bar .titlebutton.button:backdrop:insensitive:active > .label, .header-bar .list-row:selected .titlebutton.button:backdrop:insensitive:active > .label, + .list-row:selected .button:backdrop:insensitive:active > .label, .list-row:selected .button:backdrop:insensitive:checked > .label, .list-row:selected .button.flat:backdrop:insensitive:active > .label, .list-row:selected .sidebar-button.button:backdrop:insensitive:active > .label, .list-row:selected .header-bar .titlebutton.button:backdrop:insensitive:active > .label, .header-bar .list-row:selected .titlebutton.button:backdrop:insensitive:active > .label, .list-row:selected .titlebar .titlebutton.button:backdrop:insensitive:active > .label, .titlebar .list-row:selected .titlebutton.button:backdrop:insensitive:active > .label, .list-row:selected .button.flat:backdrop:insensitive:checked > .label, .list-row:selected .sidebar-button.button:backdrop:insensitive:checked > .label, .list-row:selected .header-bar .titlebutton.button:backdrop:insensitive:checked > .label, .header-bar .list-row:selected .titlebutton.button:backdrop:insensitive:checked > .label, .list-row:selected .titlebar .titlebutton.button:backdrop:insensitive:checked > .label, @@ -3586,25 +3530,22 @@ separator { box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); text-shadow: none; icon-shadow: none; - color: #949796; } + color: #939695; } .list-row:selected .button:insensitive { - color: #949796; + color: #939695; border-color: #1c1f1f; - background-image: linear-gradient(to bottom, #333636); + background-image: linear-gradient(to bottom, #323636); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - .list-row:selected .button:insensitive > .label, .list-row:selected .header-bar .button.titlebutton:insensitive > .label, - .list-row:selected .titlebar .button.titlebutton:insensitive > .label { + .list-row:selected .button:insensitive > .label { color: inherit; } .list-row:selected .button:insensitive:active, .list-row:selected .button:insensitive:checked { - color: #949796; + color: #939695; border-color: #1c1f1f; - background-image: linear-gradient(to bottom, #313434, #333636); + background-image: linear-gradient(to bottom, #2f3333, #323636); box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - .list-row:selected .button:insensitive:active > .label, .list-row:selected .header-bar .button.titlebutton:insensitive:active > .label, - .list-row:selected .titlebar .button.titlebutton:insensitive:active > .label, .list-row:selected .button:insensitive:checked > .label, .list-row:selected .header-bar .button.titlebutton:insensitive:checked > .label, - .list-row:selected .titlebar .button.titlebutton:insensitive:checked > .label { + .list-row:selected .button:insensitive:active > .label, .list-row:selected .button:insensitive:checked > .label { color: inherit; } .list-row { @@ -3675,9 +3616,9 @@ separator { .app-notification .button:insensitive, .app-notification .button:backdrop:insensitive, .app-notification.frame .button:insensitive, .app-notification.frame .button:backdrop:insensitive { - color: #878a89; + color: #878989; border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(53, 57, 58, 0.5)); + background-image: linear-gradient(to bottom, rgba(52, 57, 57, 0.5)); background-clip: padding-box; box-shadow: none; text-shadow: none; @@ -3723,18 +3664,18 @@ GtkCalendar { color: #eeeeec; } GtkCalendar.button:backdrop, .header-bar GtkCalendar.button.titlebutton:backdrop, .titlebar GtkCalendar.button.titlebutton:backdrop { - color: rgba(148, 151, 150, 0.45); } + color: rgba(147, 150, 149, 0.45); } GtkCalendar.button:insensitive, .header-bar GtkCalendar.button.titlebutton:insensitive, .titlebar GtkCalendar.button.titlebutton:insensitive { - color: rgba(148, 151, 150, 0.45); } + color: rgba(147, 150, 149, 0.45); } GtkCalendar:inconsistent, GtkCalendar:inconsistent:backdrop { color: alpha(currentColor,0.55); } GtkCalendar.highlight, GtkCalendar.highlight:backdrop { font-size: smaller; color: #eeeeec; } GtkCalendar:backdrop { - color: #d5d5d5; - border-color: #1f2222; } + color: #d4d4d4; + border-color: #1e2222; } /*********** * Dialogs * @@ -3775,31 +3716,29 @@ GtkCalendar { icon-shadow: 0 -1px rgba(0, 0, 0, 0.89176); box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); } .message-dialog.csd .dialog-action-area .button:insensitive { - color: #949796; + color: #939695; border-color: #1c1f1f; - background-image: linear-gradient(to bottom, #333636); + background-image: linear-gradient(to bottom, #323636); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - .message-dialog.csd .dialog-action-area .button:insensitive > .label, .message-dialog.csd .dialog-action-area .header-bar .button.titlebutton:insensitive > .label, - .message-dialog.csd .dialog-action-area .titlebar .button.titlebutton:insensitive > .label { + .message-dialog.csd .dialog-action-area .button:insensitive > .label { color: inherit; } .message-dialog.csd .dialog-action-area .button:backdrop { - color: #949796; - border-color: #1f2222; + color: #939695; + border-color: #1e2222; background-image: linear-gradient(to bottom, #393f3f); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } .message-dialog.csd .dialog-action-area .button:backdrop:insensitive { color: #5d6767; - border-color: #1f2222; - background-image: linear-gradient(to bottom, #333636); + border-color: #1e2222; + background-image: linear-gradient(to bottom, #323636); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - .message-dialog.csd .dialog-action-area .button:backdrop:insensitive > .label, .message-dialog.csd .dialog-action-area .header-bar .button.titlebutton:backdrop:insensitive > .label, - .message-dialog.csd .dialog-action-area .titlebar .button.titlebutton:backdrop:insensitive > .label { + .message-dialog.csd .dialog-action-area .button:backdrop:insensitive > .label { color: inherit; } .message-dialog.csd .dialog-action-area .button.suggested-action { color: white; @@ -3826,7 +3765,7 @@ GtkCalendar { icon-shadow: 0 -1px rgba(0, 0, 0, 0.78353); box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); } .message-dialog.csd .dialog-action-area .button.suggested-action:backdrop { - color: #d3dfeb; + color: #d2deeb; border-color: #0b1e33; background-image: linear-gradient(to bottom, #215d9c); text-shadow: none; @@ -3834,23 +3773,21 @@ GtkCalendar { box-shadow: inset 0 1px rgba(255, 255, 255, 0); } .message-dialog.csd .dialog-action-area .button.suggested-action:backdrop:insensitive { color: #5d6767; - border-color: #1f2222; - background-image: linear-gradient(to bottom, #333636); + border-color: #1e2222; + background-image: linear-gradient(to bottom, #323636); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - .message-dialog.csd .dialog-action-area .button.suggested-action:backdrop:insensitive > .label, .message-dialog.csd .dialog-action-area .header-bar .suggested-action.button.titlebutton:backdrop:insensitive > .label, - .message-dialog.csd .dialog-action-area .titlebar .suggested-action.button.titlebutton:backdrop:insensitive > .label { + .message-dialog.csd .dialog-action-area .button.suggested-action:backdrop:insensitive > .label { color: inherit; } .message-dialog.csd .dialog-action-area .button.suggested-action:insensitive { - color: #949796; + color: #939695; border-color: #1c1f1f; - background-image: linear-gradient(to bottom, #333636); + background-image: linear-gradient(to bottom, #323636); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - .message-dialog.csd .dialog-action-area .button.suggested-action:insensitive > .label, .message-dialog.csd .dialog-action-area .header-bar .suggested-action.button.titlebutton:insensitive > .label, - .message-dialog.csd .dialog-action-area .titlebar .suggested-action.button.titlebutton:insensitive > .label { + .message-dialog.csd .dialog-action-area .button.suggested-action:insensitive > .label { color: inherit; } .message-dialog.csd .dialog-action-area .button.destructive-action { color: white; @@ -3877,7 +3814,7 @@ GtkCalendar { icon-shadow: 0 -1px rgba(0, 0, 0, 0.72078); box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); } .message-dialog.csd .dialog-action-area .button.destructive-action:backdrop { - color: #f7cfcf; + color: #f6cfcf; border-color: #5e0707; background-image: linear-gradient(to bottom, #d51010); text-shadow: none; @@ -3885,23 +3822,21 @@ GtkCalendar { box-shadow: inset 0 1px rgba(255, 255, 255, 0); } .message-dialog.csd .dialog-action-area .button.destructive-action:backdrop:insensitive { color: #5d6767; - border-color: #1f2222; - background-image: linear-gradient(to bottom, #333636); + border-color: #1e2222; + background-image: linear-gradient(to bottom, #323636); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - .message-dialog.csd .dialog-action-area .button.destructive-action:backdrop:insensitive > .label, .message-dialog.csd .dialog-action-area .header-bar .destructive-action.button.titlebutton:backdrop:insensitive > .label, - .message-dialog.csd .dialog-action-area .titlebar .destructive-action.button.titlebutton:backdrop:insensitive > .label { + .message-dialog.csd .dialog-action-area .button.destructive-action:backdrop:insensitive > .label { color: inherit; } .message-dialog.csd .dialog-action-area .button.destructive-action:insensitive { - color: #949796; + color: #939695; border-color: #1c1f1f; - background-image: linear-gradient(to bottom, #333636); + background-image: linear-gradient(to bottom, #323636); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - .message-dialog.csd .dialog-action-area .button.destructive-action:insensitive > .label, .message-dialog.csd .dialog-action-area .header-bar .destructive-action.button.titlebutton:insensitive > .label, - .message-dialog.csd .dialog-action-area .titlebar .destructive-action.button.titlebutton:insensitive > .label { + .message-dialog.csd .dialog-action-area .button.destructive-action:insensitive > .label { color: inherit; } .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .button:insensitive, .message-dialog.csd .dialog-action-area .button:backdrop, .message-dialog.csd .dialog-action-area .button:backdrop:insensitive, .message-dialog.csd .dialog-action-area .button.suggested-action, .message-dialog.csd .dialog-action-area .button.suggested-action:hover, .message-dialog.csd .dialog-action-area .button.suggested-action:active, .message-dialog.csd .dialog-action-area .button.suggested-action:backdrop, .message-dialog.csd .dialog-action-area .button.suggested-action:backdrop:insensitive, .message-dialog.csd .dialog-action-area .button.suggested-action:insensitive, .message-dialog.csd .dialog-action-area .button.destructive-action, .message-dialog.csd .dialog-action-area .button.destructive-action:hover, .message-dialog.csd .dialog-action-area .button.destructive-action:active, .message-dialog.csd .dialog-action-area .button.destructive-action:backdrop, .message-dialog.csd .dialog-action-area .button.destructive-action:backdrop:insensitive, .message-dialog.csd .dialog-action-area .button.destructive-action:insensitive { border-left-style: solid; @@ -3925,7 +3860,7 @@ GtkFileChooserDialog .search-bar { GtkFileChooserDialog .dialog-action-box { border-top: 1px solid #1c1f1f; } GtkFileChooserDialog .dialog-action-box:backdrop { - border-top-color: #1f2222; } + border-top-color: #1e2222; } /*********** * Sidebar * @@ -3934,7 +3869,7 @@ GtkFileChooserDialog .dialog-action-box { border: none; background-color: #313434; } .sidebar:backdrop { - background-color: #333636; } + background-color: #323535; } GtkSidebarRow.list-row { padding: 0px; } @@ -3965,9 +3900,7 @@ GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { GtkVolumeButton.sidebar-button.button, .header-bar .sidebar-button.titlebutton.button, .titlebar .sidebar-button.titlebutton.button { padding: 5px; } - .sidebar-button.button:not(:hover):not(:active) > image, .header-bar .sidebar-button.button.titlebutton:not(:hover):not(:active) > image, - .titlebar .sidebar-button.button.titlebutton:not(:hover):not(:active) > image, .sidebar-button.button:backdrop > image, .header-bar .sidebar-button.button.titlebutton:backdrop > image, - .titlebar .sidebar-button.button.titlebutton:backdrop > image { + .sidebar-button.button:not(:hover):not(:active) > image, .sidebar-button.button:backdrop > image { opacity: 0.7; } .sidebar-item { @@ -4003,7 +3936,7 @@ GtkPaned { GtkPaned .pane-separator { background-color: #1c1f1f; } GtkPaned .pane-separator:backdrop { - background-color: #1f2222; } + background-color: #1e2222; } GtkPaned.wide { -GtkPaned-handle-size: 5; @@ -4016,7 +3949,7 @@ GtkPaned.wide { GtkPaned.wide.vertical .pane-separator { border-style: solid none; } GtkPaned.wide .pane-separator:backdrop { - border-color: #1f2222; } + border-color: #1e2222; } /************** * GtkInfoBar * @@ -4083,29 +4016,22 @@ infobar { .question .button:insensitive, .warning .button:insensitive, .error .button:insensitive { - color: #91aac5; + color: #90aac4; border-color: #0b1e33; - background-image: linear-gradient(to bottom, #22558b); + background-image: linear-gradient(to bottom, #22558a); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - .info .button:insensitive > .label, .info .header-bar .button.titlebutton:insensitive > .label, - .info .titlebar .button.titlebutton:insensitive > .label, + .info .button:insensitive > .label, .question .button:insensitive > .label, - .question .header-bar .button.titlebutton:insensitive > .label, - .question .titlebar .button.titlebutton:insensitive > .label, .warning .button:insensitive > .label, - .warning .header-bar .button.titlebutton:insensitive > .label, - .warning .titlebar .button.titlebutton:insensitive > .label, - .error .button:insensitive > .label, - .error .header-bar .button.titlebutton:insensitive > .label, - .error .titlebar .button.titlebutton:insensitive > .label { + .error .button:insensitive > .label { color: inherit; } .info .button:backdrop, .question .button:backdrop, .warning .button:backdrop, .error .button:backdrop { - color: #d3dfeb; + color: #d2deeb; border-color: #0b1e33; background-image: linear-gradient(to bottom, #215d9c); text-shadow: none; @@ -4116,24 +4042,17 @@ infobar { .question .button:backdrop:insensitive, .warning .button:backdrop:insensitive, .error .button:backdrop:insensitive { - color: #6f91b4; + color: #6f90b2; border-color: #0b1e33; - background-image: linear-gradient(to bottom, #22558b); + background-image: linear-gradient(to bottom, #22558a); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); border-color: #0b1e33; } - .info .button:backdrop:insensitive > .label, .info .header-bar .button.titlebutton:backdrop:insensitive > .label, - .info .titlebar .button.titlebutton:backdrop:insensitive > .label, + .info .button:backdrop:insensitive > .label, .question .button:backdrop:insensitive > .label, - .question .header-bar .button.titlebutton:backdrop:insensitive > .label, - .question .titlebar .button.titlebutton:backdrop:insensitive > .label, .warning .button:backdrop:insensitive > .label, - .warning .header-bar .button.titlebutton:backdrop:insensitive > .label, - .warning .titlebar .button.titlebutton:backdrop:insensitive > .label, - .error .button:backdrop:insensitive > .label, - .error .header-bar .button.titlebutton:backdrop:insensitive > .label, - .error .titlebar .button.titlebutton:backdrop:insensitive > .label { + .error .button:backdrop:insensitive > .label { color: inherit; } .info label:selected, .info label:selected:focus, .info label:selected:hover, .question label:selected, @@ -4257,8 +4176,8 @@ GtkColorSwatch { icon-shadow: 0 -1px rgba(0, 0, 0, 0.77976); box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1); } GtkColorSwatch#add-color-button:backdrop { - color: #949796; - border-color: #1f2222; + color: #939695; + border-color: #1e2222; background-image: linear-gradient(to bottom, #393f3f); text-shadow: none; icon-shadow: none; @@ -4325,7 +4244,7 @@ decoration { border-radius: 0; margin: 4px; background-color: #393f3f; - border: solid 1px #1f2222; + border: solid 1px #1e2222; box-shadow: none; } .header-bar .titlebutton.button, @@ -4350,13 +4269,13 @@ decoration { color: #ffffff; } .view:insensitive:selected, GtkCalendar:insensitive:selected, label:insensitive:selected, .grid-child:insensitive:selected, entry:insensitive:selected, .menuitem.button.flat:insensitive:selected, .menuitem.sidebar-button.button:insensitive:selected, .header-bar .menuitem.titlebutton.button:insensitive:selected, .titlebar .menuitem.titlebutton.button:insensitive:selected, .list-row:insensitive:selected, .sidebar:insensitive:selected, GtkPlacesSidebar.sidebar .list-row:selected:insensitive label { - color: #90aece; } + color: #90aecd; } .view:backdrop:selected, GtkCalendar:backdrop:selected, label:backdrop:selected, .grid-child:backdrop:selected, entry:backdrop:selected, .menuitem.button.flat:backdrop:selected, .menuitem.sidebar-button.button:backdrop:selected, .header-bar .menuitem.titlebutton.button:backdrop:selected, .titlebar .menuitem.titlebutton.button:backdrop:selected, .list-row:backdrop:selected, .sidebar:backdrop:selected { color: #ffffff; } .view:backdrop:insensitive:selected, GtkCalendar:backdrop:insensitive:selected, label:backdrop:insensitive:selected, .grid-child:backdrop:insensitive:selected, entry:backdrop:insensitive:selected, .menuitem.button.flat:backdrop:insensitive:selected, .menuitem.sidebar-button.button:backdrop:insensitive:selected, .header-bar .menuitem.titlebutton.button:backdrop:insensitive:selected, .titlebar .menuitem.titlebutton.button:backdrop:insensitive:selected, .list-row:backdrop:insensitive:selected, .sidebar:backdrop:insensitive:selected, GtkPlacesSidebar.sidebar .list-row:selected:insensitive label:backdrop, GtkPlacesSidebar.sidebar .list-row:selected:backdrop:insensitive label { - color: #648eba; } + color: #638db9; } .monospace { font: Monospace; } @@ -4459,9 +4378,9 @@ decoration { icon-shadow: none; outline-color: rgba(238, 238, 236, 0.3); } .touch-selection .button:insensitive, .touch-selection .button:backdrop:insensitive { - color: #878a89; + color: #878989; border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(53, 57, 58, 0.5)); + background-image: linear-gradient(to bottom, rgba(52, 57, 57, 0.5)); background-clip: padding-box; box-shadow: none; text-shadow: none; @@ -4562,7 +4481,7 @@ decoration { border: none; box-shadow: none; } .overshoot.top:backdrop { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#1f2222), to(rgba(31, 34, 34, 0))); + background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#1e2222), to(rgba(30, 34, 34, 0))); background-size: 100% 5%; background-repeat: no-repeat; background-position: center top; @@ -4578,7 +4497,7 @@ decoration { border: none; box-shadow: none; } .overshoot.bottom:backdrop { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#1f2222), to(rgba(31, 34, 34, 0))); + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#1e2222), to(rgba(30, 34, 34, 0))); background-size: 100% 5%; background-repeat: no-repeat; background-position: center bottom; @@ -4594,7 +4513,7 @@ decoration { border: none; box-shadow: none; } .overshoot.left:backdrop { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#1f2222), to(rgba(31, 34, 34, 0))); + background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#1e2222), to(rgba(30, 34, 34, 0))); background-size: 5% 100%; background-repeat: no-repeat; background-position: left center; @@ -4610,7 +4529,7 @@ decoration { border: none; box-shadow: none; } .overshoot.right:backdrop { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#1f2222), to(rgba(31, 34, 34, 0))); + background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#1e2222), to(rgba(30, 34, 34, 0))); background-size: 5% 100%; background-repeat: no-repeat; background-position: right center; @@ -4693,16 +4612,16 @@ text/foreground color of selections */ @define-color theme_selected_fg_color #ffffff; /* base background color of insensitive widgets */ -@define-color insensitive_bg_color #333636; +@define-color insensitive_bg_color #323636; /* text foreground color of insensitive widgets */ -@define-color insensitive_fg_color #949796; +@define-color insensitive_fg_color #939695; /* insensitive text widgets and the like base background color */ @define-color insensitive_base_color #292929; /* widget text/foreground color on backdrop windows */ -@define-color theme_unfocused_fg_color #949796; +@define-color theme_unfocused_fg_color #939695; /* text color for entries, views and content in general on backdrop windows */ @define-color theme_unfocused_text_color white; @@ -4723,7 +4642,7 @@ widgets main borders color */ @define-color borders #1c1f1f; /* widgets main borders color on backdrop windows */ -@define-color unfocused_borders #1f2222; +@define-color unfocused_borders #1e2222; /* these are pretty self explicative */ @define-color warning_color #f57900; @@ -4733,7 +4652,7 @@ these are pretty self explicative */ these colors are exported for the window manager and shouldn't be used in applications, read if you used those and something break with a version upgrade you're on your own... */ @define-color wm_title shade(#eeeeec, 1.8); -@define-color wm_unfocused_title #949796; +@define-color wm_unfocused_title #939695; @define-color wm_highlight transparent; @define-color wm_borders_edge rgba(238, 238, 236, 0.1); @define-color wm_bg_a shade(#393f3f, 1.2); diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css index f515b3c02e..6862f51a79 100644 --- a/gtk/theme/Adwaita/gtk-contained.css +++ b/gtk/theme/Adwaita/gtk-contained.css @@ -36,7 +36,7 @@ .background:backdrop { text-shadow: none; icon-shadow: none; - color: #8e9192; + color: #8d9091; background-color: #ededed; } /* @@ -55,11 +55,11 @@ background-color: white; color: #2e3436; } .gtkstyle-fallback:active { - background-color: #d4d4d4; + background-color: lightgray; color: #2e3436; } .gtkstyle-fallback:insensitive { background-color: #f4f4f4; - color: #8e9192; } + color: #8d9091; } .gtkstyle-fallback:selected { background-color: #4a90d9; color: #ffffff; } @@ -68,7 +68,7 @@ color: black; background-color: #ffffff; } .view:backdrop { - color: #333333; + color: #323232; background-color: white; } .view:selected, GtkCalendar:selected { border-radius: 3px; } @@ -80,9 +80,9 @@ label.separator { color: #2e3436; } label.separator:backdrop { - color: #8e9192; } + color: #8d9091; } label:insensitive { - color: #8e9192; } + color: #8d9091; } label:insensitive:backdrop { color: #c7c7c7; } @@ -100,13 +100,13 @@ GtkAssistant .sidebar { border-left: 1px solid #a1a1a1; } GtkAssistant .sidebar:backdrop { background-color: white; - border-color: darkgray; } + border-color: #a8a8a8; } GtkAssistant.csd .sidebar { border-top-style: none; } GtkAssistant .sidebar label { padding: 6px 12px; } GtkAssistant .sidebar label.highlight { - background-color: #c7c8c8; } + background-color: #c6c8c8; } GtkTextView { background-color: #f6f6f6; } @@ -185,22 +185,22 @@ entry { entry:insensitive { background-color: transparent; background-image: linear-gradient(to bottom, #dedede, #f8f8f8 3px, #ffffff 90%); - color: #8e9192; + color: #8d9091; border-color: #a1a1a1; background-image: linear-gradient(to bottom, #f4f4f4); box-shadow: 0 1px white; } entry:backdrop { background-color: transparent; background-image: linear-gradient(to bottom, #dedede, #f8f8f8 3px, #ffffff 90%); - color: #333333; - border-color: darkgray; + color: #323232; + border-color: #a8a8a8; background-image: linear-gradient(to bottom, white); box-shadow: 0 1px rgba(255, 255, 255, 0); } entry:backdrop:insensitive { background-color: transparent; background-image: linear-gradient(to bottom, #dedede, #f8f8f8 3px, #ffffff 90%); color: #c7c7c7; - border-color: darkgray; + border-color: #a8a8a8; background-image: linear-gradient(to bottom, #f4f4f4); box-shadow: 0 1px rgba(255, 255, 255, 0); } entry progress { @@ -237,13 +237,13 @@ entry { entry.warning:selected, entry.warning:selected:focus { background-color: #f57900; } entry image { - color: #585d5e; } + color: #575c5e; } entry image:hover { color: #2e3436; } entry image:active { color: #4a90d9; } entry image:backdrop { - color: #a5a7a8; } + color: #a3a6a7; } .osd entry { background-color: transparent; background-image: linear-gradient(to bottom, #dedede, #f8f8f8 3px, #ffffff 90%); @@ -277,9 +277,9 @@ entry { .osd entry:insensitive { background-color: transparent; background-image: linear-gradient(to bottom, #dedede, #f8f8f8 3px, #ffffff 90%); - color: #878a89; + color: #878989; border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(53, 57, 58, 0.5)); + background-image: linear-gradient(to bottom, rgba(52, 57, 57, 0.5)); background-clip: padding-box; box-shadow: none; text-shadow: none; @@ -290,10 +290,10 @@ entry { .linked.vertical > entry:focus:not(:last-child) { box-shadow: inset 0 0 0 1px #4a90d9; } .linked.vertical > entry:not(:insensitive) + .entry:not(:insensitive) { - border-top-color: #e3e3e3; + border-top-color: #e2e2e2; background-image: linear-gradient(to bottom, #ffffff); } .linked.vertical > entry:not(:insensitive) + .entry:not(:insensitive):backdrop { - border-top-color: #e5e5e5; + border-top-color: #e4e4e4; background-image: linear-gradient(to bottom, white); } .linked.vertical > entry + entry:focus:not(:last-child) { border-top-color: #4a90d9; @@ -367,8 +367,8 @@ entry { .button:backdrop, .header-bar .button.titlebutton:backdrop, .titlebar .button.titlebutton:backdrop, .button.flat:backdrop, .sidebar-button.button:backdrop, .header-bar .titlebutton.button:backdrop, .titlebar .titlebutton.button:backdrop { - color: #8e9192; - border-color: darkgray; + color: #8d9091; + border-color: #a8a8a8; background-image: linear-gradient(to bottom, #ededed); text-shadow: none; icon-shadow: none; @@ -377,32 +377,29 @@ entry { .button:backdrop:active, .button:backdrop:checked, .button.flat:backdrop:active, .sidebar-button.button:backdrop:active, .header-bar .titlebutton.button:backdrop:active, .titlebar .titlebutton.button:backdrop:active, .button.flat:backdrop:checked, .sidebar-button.button:backdrop:checked, .header-bar .titlebutton.button:backdrop:checked, .titlebar .titlebutton.button:backdrop:checked { - color: #8e9192; - border-color: darkgray; - background-image: linear-gradient(to bottom, #d5d5d5); + color: #8d9091; + border-color: #a8a8a8; + background-image: linear-gradient(to bottom, #d4d4d4); box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } .button:backdrop:insensitive, .button.flat:backdrop:insensitive, .sidebar-button.button:backdrop:insensitive, .header-bar .titlebutton.button:backdrop:insensitive, .titlebar .titlebutton.button:backdrop:insensitive { color: #c7c7c7; - border-color: darkgray; + border-color: #a8a8a8; background-image: linear-gradient(to bottom, #f4f4f4); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } - .button:backdrop:insensitive > .label, .header-bar .button.titlebutton:backdrop:insensitive > .label, - .titlebar .button.titlebutton:backdrop:insensitive > .label, .button.flat:backdrop:insensitive > .label, .sidebar-button.button:backdrop:insensitive > .label, .header-bar .titlebutton.button:backdrop:insensitive > .label, + .button:backdrop:insensitive > .label, .button.flat:backdrop:insensitive > .label, .sidebar-button.button:backdrop:insensitive > .label, .header-bar .titlebutton.button:backdrop:insensitive > .label, .titlebar .titlebutton.button:backdrop:insensitive > .label { color: inherit; } .button:backdrop:insensitive:active, .button:backdrop:insensitive:checked, .button.flat:backdrop:insensitive:active, .sidebar-button.button:backdrop:insensitive:active, .header-bar .titlebutton.button:backdrop:insensitive:active, .titlebar .titlebutton.button:backdrop:insensitive:active, .button.flat:backdrop:insensitive:checked, .sidebar-button.button:backdrop:insensitive:checked, .header-bar .titlebutton.button:backdrop:insensitive:checked, .titlebar .titlebutton.button:backdrop:insensitive:checked { color: #c7c7c7; - border-color: darkgray; + border-color: #a8a8a8; background-image: linear-gradient(to bottom, #e7e7e7); box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } - .button:backdrop:insensitive:active > .label, .header-bar .button.titlebutton:backdrop:insensitive:active > .label, - .titlebar .button.titlebutton:backdrop:insensitive:active > .label, .button:backdrop:insensitive:checked > .label, .header-bar .button.titlebutton:backdrop:insensitive:checked > .label, - .titlebar .button.titlebutton:backdrop:insensitive:checked > .label, .button.flat:backdrop:insensitive:active > .label, .sidebar-button.button:backdrop:insensitive:active > .label, .header-bar .titlebutton.button:backdrop:insensitive:active > .label, + .button:backdrop:insensitive:active > .label, .button:backdrop:insensitive:checked > .label, .button.flat:backdrop:insensitive:active > .label, .sidebar-button.button:backdrop:insensitive:active > .label, .header-bar .titlebutton.button:backdrop:insensitive:active > .label, .titlebar .titlebutton.button:backdrop:insensitive:active > .label, .button.flat:backdrop:insensitive:checked > .label, .sidebar-button.button:backdrop:insensitive:checked > .label, .header-bar .titlebutton.button:backdrop:insensitive:checked > .label, .titlebar .titlebutton.button:backdrop:insensitive:checked > .label { color: inherit; } @@ -418,23 +415,20 @@ entry { icon-shadow: none; } .button:insensitive, .header-bar .button.titlebutton:insensitive, .titlebar .button.titlebutton:insensitive { - color: #8e9192; + color: #8d9091; border-color: #a1a1a1; background-image: linear-gradient(to bottom, #f4f4f4); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; } - .button:insensitive > .label, .header-bar .button.titlebutton:insensitive > .label, - .titlebar .button.titlebutton:insensitive > .label { + .button:insensitive > .label { color: inherit; } .button:insensitive:active, .button:insensitive:checked { - color: #8e9192; + color: #8d9091; border-color: #a1a1a1; - background-image: linear-gradient(to bottom, #ececec, #f4f4f4); + background-image: linear-gradient(to bottom, #ebebeb, #f4f4f4); box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; } - .button:insensitive:active > .label, .header-bar .button.titlebutton:insensitive:active > .label, - .titlebar .button.titlebutton:insensitive:active > .label, .button:insensitive:checked > .label, .header-bar .button.titlebutton:insensitive:checked > .label, - .titlebar .button.titlebutton:insensitive:checked > .label { + .button:insensitive:active > .label, .button:insensitive:checked > .label { color: inherit; } .button.osd, .header-bar .osd.button.titlebutton, .titlebar .osd.button.titlebutton { @@ -478,9 +472,9 @@ entry { border: none; box-shadow: none; } .button.osd:insensitive, .button.osd:backdrop:insensitive { - color: #878a89; + color: #878989; border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(53, 57, 58, 0.5)); + background-image: linear-gradient(to bottom, rgba(52, 57, 57, 0.5)); background-clip: padding-box; box-shadow: none; text-shadow: none; @@ -525,9 +519,9 @@ entry { icon-shadow: none; outline-color: rgba(238, 238, 236, 0.3); } .osd .button:insensitive, .osd .button:backdrop:insensitive { - color: #878a89; + color: #878989; border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(53, 57, 58, 0.5)); + background-image: linear-gradient(to bottom, rgba(52, 57, 57, 0.5)); background-clip: padding-box; box-shadow: none; text-shadow: none; @@ -569,9 +563,9 @@ entry { .osd .button.flat:insensitive, .osd .sidebar-button.button:insensitive, .osd .header-bar .titlebutton.button:insensitive, .header-bar .osd .titlebutton.button:insensitive, .osd .titlebar .titlebutton.button:insensitive, .titlebar .osd .titlebutton.button:insensitive { - color: #878a89; + color: #878989; border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(53, 57, 58, 0.5)); + background-image: linear-gradient(to bottom, rgba(52, 57, 57, 0.5)); background-clip: padding-box; box-shadow: none; text-shadow: none; @@ -640,7 +634,7 @@ entry { box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6), 0 1px white; } .button.suggested-action:backdrop, .button.suggested-action.flat:backdrop, .suggested-action.sidebar-button.button:backdrop, .header-bar .suggested-action.titlebutton.button:backdrop, .titlebar .suggested-action.titlebutton.button:backdrop { - color: #dbe9f7; + color: #dae8f7; border-color: #4a90d9; background-image: linear-gradient(to bottom, #4a90d9); text-shadow: none; @@ -649,32 +643,29 @@ entry { .button.suggested-action:backdrop:active, .button.suggested-action:backdrop:checked, .button.suggested-action.flat:backdrop:active, .suggested-action.sidebar-button.button:backdrop:active, .header-bar .suggested-action.titlebutton.button:backdrop:active, .titlebar .suggested-action.titlebutton.button:backdrop:active, .button.suggested-action.flat:backdrop:checked, .suggested-action.sidebar-button.button:backdrop:checked, .header-bar .suggested-action.titlebutton.button:backdrop:checked, .titlebar .suggested-action.titlebutton.button:backdrop:checked { - color: #d4e4f4; + color: #d4e3f3; border-color: #2a76c6; background-image: linear-gradient(to bottom, #2a76c6); box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } .button.suggested-action:backdrop:insensitive, .button.suggested-action.flat:backdrop:insensitive, .suggested-action.sidebar-button.button:backdrop:insensitive, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive, .titlebar .suggested-action.titlebutton.button:backdrop:insensitive { color: #c7c7c7; - border-color: darkgray; + border-color: #a8a8a8; background-image: linear-gradient(to bottom, #f4f4f4); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } - .button.suggested-action:backdrop:insensitive > .label, .header-bar .suggested-action.button.titlebutton:backdrop:insensitive > .label, - .titlebar .suggested-action.button.titlebutton:backdrop:insensitive > .label, .button.suggested-action.flat:backdrop:insensitive > .label, .suggested-action.sidebar-button.button:backdrop:insensitive > .label, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive > .label, + .button.suggested-action:backdrop:insensitive > .label, .button.suggested-action.flat:backdrop:insensitive > .label, .suggested-action.sidebar-button.button:backdrop:insensitive > .label, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive > .label, .titlebar .suggested-action.titlebutton.button:backdrop:insensitive > .label { color: inherit; } .button.suggested-action:backdrop:insensitive:active, .button.suggested-action:backdrop:insensitive:checked, .button.suggested-action.flat:backdrop:insensitive:active, .suggested-action.sidebar-button.button:backdrop:insensitive:active, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive:active, .titlebar .suggested-action.titlebutton.button:backdrop:insensitive:active, .button.suggested-action.flat:backdrop:insensitive:checked, .suggested-action.sidebar-button.button:backdrop:insensitive:checked, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive:checked, .titlebar .suggested-action.titlebutton.button:backdrop:insensitive:checked { - color: #8db9e8; - border-color: #5094db; - background-image: linear-gradient(to bottom, #5094db); + color: #8db8e6; + border-color: #5093da; + background-image: linear-gradient(to bottom, #5093da); box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } - .button.suggested-action:backdrop:insensitive:active > .label, .header-bar .suggested-action.button.titlebutton:backdrop:insensitive:active > .label, - .titlebar .suggested-action.button.titlebutton:backdrop:insensitive:active > .label, .button.suggested-action:backdrop:insensitive:checked > .label, .header-bar .suggested-action.button.titlebutton:backdrop:insensitive:checked > .label, - .titlebar .suggested-action.button.titlebutton:backdrop:insensitive:checked > .label, .button.suggested-action.flat:backdrop:insensitive:active > .label, .suggested-action.sidebar-button.button:backdrop:insensitive:active > .label, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive:active > .label, + .button.suggested-action:backdrop:insensitive:active > .label, .button.suggested-action:backdrop:insensitive:checked > .label, .button.suggested-action.flat:backdrop:insensitive:active > .label, .suggested-action.sidebar-button.button:backdrop:insensitive:active > .label, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive:active > .label, .titlebar .suggested-action.titlebutton.button:backdrop:insensitive:active > .label, .button.suggested-action.flat:backdrop:insensitive:checked > .label, .suggested-action.sidebar-button.button:backdrop:insensitive:checked > .label, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive:checked > .label, .titlebar .suggested-action.titlebutton.button:backdrop:insensitive:checked > .label { color: inherit; } @@ -690,23 +681,20 @@ entry { icon-shadow: none; color: rgba(74, 144, 217, 0.8); } .button.suggested-action:insensitive { - color: #8e9192; + color: #8d9091; border-color: #a1a1a1; background-image: linear-gradient(to bottom, #f4f4f4); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; } - .button.suggested-action:insensitive > .label, .header-bar .suggested-action.button.titlebutton:insensitive > .label, - .titlebar .suggested-action.button.titlebutton:insensitive > .label { + .button.suggested-action:insensitive > .label { color: inherit; } .button.suggested-action:insensitive:active, .button.suggested-action:insensitive:checked { - color: #b9d4f1; + color: #b9d3f0; border-color: #1c5187; - background-image: linear-gradient(to bottom, #4b8dd3, #5094db); + background-image: linear-gradient(to bottom, #4a8cd1, #5093da); box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; } - .button.suggested-action:insensitive:active > .label, .header-bar .suggested-action.button.titlebutton:insensitive:active > .label, - .titlebar .suggested-action.button.titlebutton:insensitive:active > .label, .button.suggested-action:insensitive:checked > .label, .header-bar .suggested-action.button.titlebutton:insensitive:checked > .label, - .titlebar .suggested-action.button.titlebutton:insensitive:checked > .label { + .button.suggested-action:insensitive:active > .label, .button.suggested-action:insensitive:checked > .label { color: inherit; } .osd .button.suggested-action { color: #eeeeec; @@ -736,9 +724,9 @@ entry { icon-shadow: none; outline-color: rgba(238, 238, 236, 0.3); } .osd .button.suggested-action:insensitive, .osd .button.suggested-action:backdrop:insensitive { - color: #878a89; + color: #878989; border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(53, 57, 58, 0.5)); + background-image: linear-gradient(to bottom, rgba(52, 57, 57, 0.5)); background-clip: padding-box; box-shadow: none; text-shadow: none; @@ -787,7 +775,7 @@ entry { box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6), 0 1px white; } .button.destructive-action:backdrop, .button.destructive-action.flat:backdrop, .destructive-action.sidebar-button.button:backdrop, .header-bar .destructive-action.titlebutton.button:backdrop, .titlebar .destructive-action.titlebutton.button:backdrop { - color: #fcd4d4; + color: #fbd4d4; border-color: #ef2929; background-image: linear-gradient(to bottom, #ef2929); text-shadow: none; @@ -796,32 +784,29 @@ entry { .button.destructive-action:backdrop:active, .button.destructive-action:backdrop:checked, .button.destructive-action.flat:backdrop:active, .destructive-action.sidebar-button.button:backdrop:active, .header-bar .destructive-action.titlebutton.button:backdrop:active, .titlebar .destructive-action.titlebutton.button:backdrop:active, .button.destructive-action.flat:backdrop:checked, .destructive-action.sidebar-button.button:backdrop:checked, .header-bar .destructive-action.titlebutton.button:backdrop:checked, .titlebar .destructive-action.titlebutton.button:backdrop:checked { - color: #f7cfcf; + color: #f6cfcf; border-color: #d51010; background-image: linear-gradient(to bottom, #d51010); box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } .button.destructive-action:backdrop:insensitive, .button.destructive-action.flat:backdrop:insensitive, .destructive-action.sidebar-button.button:backdrop:insensitive, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive, .titlebar .destructive-action.titlebutton.button:backdrop:insensitive { color: #c7c7c7; - border-color: darkgray; + border-color: #a8a8a8; background-image: linear-gradient(to bottom, #f4f4f4); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } - .button.destructive-action:backdrop:insensitive > .label, .header-bar .destructive-action.button.titlebutton:backdrop:insensitive > .label, - .titlebar .destructive-action.button.titlebutton:backdrop:insensitive > .label, .button.destructive-action.flat:backdrop:insensitive > .label, .destructive-action.sidebar-button.button:backdrop:insensitive > .label, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive > .label, + .button.destructive-action:backdrop:insensitive > .label, .button.destructive-action.flat:backdrop:insensitive > .label, .destructive-action.sidebar-button.button:backdrop:insensitive > .label, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive > .label, .titlebar .destructive-action.titlebutton.button:backdrop:insensitive > .label { color: inherit; } .button.destructive-action:backdrop:insensitive:active, .button.destructive-action:backdrop:insensitive:checked, .button.destructive-action.flat:backdrop:insensitive:active, .destructive-action.sidebar-button.button:backdrop:insensitive:active, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive:active, .titlebar .destructive-action.titlebutton.button:backdrop:insensitive:active, .button.destructive-action.flat:backdrop:insensitive:checked, .destructive-action.sidebar-button.button:backdrop:insensitive:checked, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive:checked, .titlebar .destructive-action.titlebutton.button:backdrop:insensitive:checked { - color: #f57979; + color: #f47979; border-color: #ef3131; background-image: linear-gradient(to bottom, #ef3131); box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } - .button.destructive-action:backdrop:insensitive:active > .label, .header-bar .destructive-action.button.titlebutton:backdrop:insensitive:active > .label, - .titlebar .destructive-action.button.titlebutton:backdrop:insensitive:active > .label, .button.destructive-action:backdrop:insensitive:checked > .label, .header-bar .destructive-action.button.titlebutton:backdrop:insensitive:checked > .label, - .titlebar .destructive-action.button.titlebutton:backdrop:insensitive:checked > .label, .button.destructive-action.flat:backdrop:insensitive:active > .label, .destructive-action.sidebar-button.button:backdrop:insensitive:active > .label, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive:active > .label, + .button.destructive-action:backdrop:insensitive:active > .label, .button.destructive-action:backdrop:insensitive:checked > .label, .button.destructive-action.flat:backdrop:insensitive:active > .label, .destructive-action.sidebar-button.button:backdrop:insensitive:active > .label, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive:active > .label, .titlebar .destructive-action.titlebutton.button:backdrop:insensitive:active > .label, .button.destructive-action.flat:backdrop:insensitive:checked > .label, .destructive-action.sidebar-button.button:backdrop:insensitive:checked > .label, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive:checked > .label, .titlebar .destructive-action.titlebutton.button:backdrop:insensitive:checked > .label { color: inherit; } @@ -837,23 +822,20 @@ entry { icon-shadow: none; color: rgba(239, 41, 41, 0.8); } .button.destructive-action:insensitive { - color: #8e9192; + color: #8d9091; border-color: #a1a1a1; background-image: linear-gradient(to bottom, #f4f4f4); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; } - .button.destructive-action:insensitive > .label, .header-bar .destructive-action.button.titlebutton:insensitive > .label, - .titlebar .destructive-action.button.titlebutton:insensitive > .label { + .button.destructive-action:insensitive > .label { color: inherit; } .button.destructive-action:insensitive:active, .button.destructive-action:insensitive:checked { - color: #f9adad; + color: #f8acac; border-color: #8e0b0b; background-image: linear-gradient(to bottom, #e52d2d, #ef3131); box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; } - .button.destructive-action:insensitive:active > .label, .header-bar .destructive-action.button.titlebutton:insensitive:active > .label, - .titlebar .destructive-action.button.titlebutton:insensitive:active > .label, .button.destructive-action:insensitive:checked > .label, .header-bar .destructive-action.button.titlebutton:insensitive:checked > .label, - .titlebar .destructive-action.button.titlebutton:insensitive:checked > .label { + .button.destructive-action:insensitive:active > .label, .button.destructive-action:insensitive:checked > .label { color: inherit; } .osd .button.destructive-action { color: #eeeeec; @@ -883,9 +865,9 @@ entry { icon-shadow: none; outline-color: rgba(238, 238, 236, 0.3); } .osd .button.destructive-action:insensitive, .osd .button.destructive-action:backdrop:insensitive { - color: #878a89; + color: #878989; border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(53, 57, 58, 0.5)); + background-image: linear-gradient(to bottom, rgba(52, 57, 57, 0.5)); background-clip: padding-box; box-shadow: none; text-shadow: none; @@ -932,8 +914,7 @@ entry { padding-right: 6px; padding-top: 3px; padding-bottom: 3px; } - .stack-switcher > .button.text-button, .header-bar .stack-switcher > .text-button.button.titlebutton, - .titlebar .stack-switcher > .text-button.button.titlebutton { + .stack-switcher > .button.text-button { padding: 5px 10px 6px; } .stack-switcher > .button.image-button, .stack-switcher > GtkScaleButton.button, .stack-switcher > GtkVolumeButton.button, .header-bar .stack-switcher > .titlebutton.button, @@ -973,8 +954,7 @@ entry { text-shadow: 0 1px rgba(255, 255, 255, 0.76923); icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); box-shadow: inset 0 1px white, 0 1px white; } - .inline-toolbar GtkToolButton > .button:hover, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:hover, - .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:hover { + .inline-toolbar GtkToolButton > .button:hover { color: #2e3436; outline-color: rgba(46, 52, 54, 0.3); border-color: #a1a1a1; @@ -982,9 +962,7 @@ entry { text-shadow: 0 1px rgba(255, 255, 255, 0.76923); icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); box-shadow: inset 0 1px white, 0 1px white; } - .inline-toolbar GtkToolButton > .button:active, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:active, - .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:active, .inline-toolbar GtkToolButton > .button:checked, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:checked, - .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:checked { + .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { color: #2e3436; outline-color: rgba(46, 52, 54, 0.3); border-color: #a1a1a1; @@ -992,9 +970,8 @@ entry { text-shadow: 0 1px rgba(255, 255, 255, 0.76923); icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6), 0 1px white; } - .inline-toolbar GtkToolButton > .button:insensitive, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:insensitive, - .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:insensitive { - color: #8e9192; + .inline-toolbar GtkToolButton > .button:insensitive { + color: #8d9091; border-color: #a1a1a1; background-image: linear-gradient(to bottom, #f4f4f4); text-shadow: none; @@ -1002,45 +979,37 @@ entry { box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; } .inline-toolbar GtkToolButton > .button:insensitive > .label { color: inherit; } - .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:insensitive:active, - .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:insensitive:checked, - .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:insensitive:checked { - color: #8e9192; + .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { + color: #8d9091; border-color: #a1a1a1; - background-image: linear-gradient(to bottom, #ececec, #f4f4f4); + background-image: linear-gradient(to bottom, #ebebeb, #f4f4f4); box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; } .inline-toolbar GtkToolButton > .button:insensitive:active > .label, .inline-toolbar GtkToolButton > .button:insensitive:checked > .label { color: inherit; } - .inline-toolbar GtkToolButton > .button:backdrop, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:backdrop, - .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:backdrop { - color: #8e9192; - border-color: darkgray; + .inline-toolbar GtkToolButton > .button:backdrop { + color: #8d9091; + border-color: #a8a8a8; background-image: linear-gradient(to bottom, #ededed); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } - .inline-toolbar GtkToolButton > .button:backdrop:active, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:backdrop:active, - .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:backdrop:active, .inline-toolbar GtkToolButton > .button:backdrop:checked, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:backdrop:checked, - .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:backdrop:checked { - color: #8e9192; - border-color: darkgray; - background-image: linear-gradient(to bottom, #d5d5d5); + .inline-toolbar GtkToolButton > .button:backdrop:active, .inline-toolbar GtkToolButton > .button:backdrop:checked { + color: #8d9091; + border-color: #a8a8a8; + background-image: linear-gradient(to bottom, #d4d4d4); box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } - .inline-toolbar GtkToolButton > .button:backdrop:insensitive, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:backdrop:insensitive, - .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:backdrop:insensitive { + .inline-toolbar GtkToolButton > .button:backdrop:insensitive { color: #c7c7c7; - border-color: darkgray; + border-color: #a8a8a8; background-image: linear-gradient(to bottom, #f4f4f4); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } .inline-toolbar GtkToolButton > .button:backdrop:insensitive > .label { color: inherit; } - .inline-toolbar GtkToolButton > .button:backdrop:insensitive:active, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:backdrop:insensitive:active, - .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:backdrop:insensitive:active, .inline-toolbar GtkToolButton > .button:backdrop:insensitive:checked, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:backdrop:insensitive:checked, - .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:backdrop:insensitive:checked { + .inline-toolbar GtkToolButton > .button:backdrop:insensitive:active, .inline-toolbar GtkToolButton > .button:backdrop:insensitive:checked { color: #c7c7c7; - border-color: darkgray; + border-color: #a8a8a8; background-image: linear-gradient(to bottom, #e7e7e7); box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } .inline-toolbar GtkToolButton > .button:backdrop:insensitive:active > .label, .inline-toolbar GtkToolButton > .button:backdrop:insensitive:checked > .label { @@ -1069,8 +1038,7 @@ entry { border-radius: 0; border-right-style: none; } -.linked:not(.vertical) > entry:first-child, .inline-toolbar .button:first-child, .linked > .button:first-child, .header-bar .linked > .button.titlebutton:first-child, -.titlebar .linked > .button.titlebutton:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:first-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:first-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar.search-bar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar.location-bar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar .header-bar GtkToolButton:first-child > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton:first-child > .button.titlebutton, +.linked:not(.vertical) > entry:first-child, .inline-toolbar .button:first-child, .linked > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:first-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:first-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar.search-bar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar.location-bar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar .header-bar GtkToolButton:first-child > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton:first-child > .button.titlebutton, .inline-toolbar .titlebar GtkToolButton:first-child > .button.titlebutton, .titlebar .inline-toolbar GtkToolButton:first-child > .button.titlebutton, .inline-toolbar.toolbar GtkToolButton:backdrop:first-child > .button.flat, @@ -1088,8 +1056,7 @@ entry { .linked > GtkComboBoxText:first-child > .the-button-in-the-combobox { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } -.linked:not(.vertical) > entry:last-child, .inline-toolbar .button:last-child, .linked > .button:last-child, .header-bar .linked > .button.titlebutton:last-child, -.titlebar .linked > .button.titlebutton:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:last-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:last-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar.search-bar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar.location-bar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar .header-bar GtkToolButton:last-child > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton:last-child > .button.titlebutton, +.linked:not(.vertical) > entry:last-child, .inline-toolbar .button:last-child, .linked > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:last-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:last-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar.search-bar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar.location-bar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar .header-bar GtkToolButton:last-child > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton:last-child > .button.titlebutton, .inline-toolbar .titlebar GtkToolButton:last-child > .button.titlebutton, .titlebar .inline-toolbar GtkToolButton:last-child > .button.titlebutton, .inline-toolbar.toolbar GtkToolButton:backdrop:last-child > .button.flat, @@ -1108,8 +1075,7 @@ entry { border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-right-style: solid; } -.linked:not(.vertical) > entry:only-child, .inline-toolbar .button:only-child, .linked > .button:only-child, .header-bar .linked > .button.titlebutton:only-child, -.titlebar .linked > .button.titlebutton:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:only-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:only-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar.search-bar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar.location-bar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar .header-bar GtkToolButton:only-child > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton:only-child > .button.titlebutton, +.linked:not(.vertical) > entry:only-child, .inline-toolbar .button:only-child, .linked > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:only-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:only-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar.search-bar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar.location-bar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar .header-bar GtkToolButton:only-child > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton:only-child > .button.titlebutton, .inline-toolbar .titlebar GtkToolButton:only-child > .button.titlebutton, .titlebar .inline-toolbar GtkToolButton:only-child > .button.titlebutton, .inline-toolbar.toolbar GtkToolButton:backdrop:only-child > .button.flat, @@ -1128,25 +1094,21 @@ entry { border-radius: 3px; border-style: solid; } -.linked.vertical > entry, .linked.vertical > .button, .header-bar .linked.vertical > .button.titlebutton, -.titlebar .linked.vertical > .button.titlebutton, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked, .linked.vertical > .button:backdrop, .linked.vertical > GtkComboBoxText > .the-button-in-the-combobox, +.linked.vertical > entry, .linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked, .linked.vertical > .button:backdrop, .linked.vertical > GtkComboBoxText > .the-button-in-the-combobox, .linked.vertical > GtkComboBox > .the-button-in-the-combobox { border-style: solid solid none solid; border-radius: 0; } -.linked.vertical > entry:first-child, .linked.vertical > .button:first-child, .header-bar .linked.vertical > .button.titlebutton:first-child, -.titlebar .linked.vertical > .button.titlebutton:first-child, .linked.vertical > GtkComboBoxText:first-child > .the-button-in-the-combobox, +.linked.vertical > entry:first-child, .linked.vertical > .button:first-child, .linked.vertical > GtkComboBoxText:first-child > .the-button-in-the-combobox, .linked.vertical > GtkComboBox:first-child > .the-button-in-the-combobox { border-top-left-radius: 3px; border-top-right-radius: 3px; } -.linked.vertical > entry:last-child, .linked.vertical > .button:last-child, .header-bar .linked.vertical > .button.titlebutton:last-child, -.titlebar .linked.vertical > .button.titlebutton:last-child, .linked.vertical > GtkComboBoxText:last-child > .the-button-in-the-combobox, +.linked.vertical > entry:last-child, .linked.vertical > .button:last-child, .linked.vertical > GtkComboBoxText:last-child > .the-button-in-the-combobox, .linked.vertical > GtkComboBox:last-child > .the-button-in-the-combobox { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border-style: solid; } -.linked.vertical > entry:only-child, .linked.vertical > .button:only-child, .header-bar .linked.vertical > .button.titlebutton:only-child, -.titlebar .linked.vertical > .button.titlebutton:only-child, .linked.vertical > GtkComboBoxText:only-child > .the-button-in-the-combobox, +.linked.vertical > entry:only-child, .linked.vertical > .button:only-child, .linked.vertical > GtkComboBoxText:only-child > .the-button-in-the-combobox, .linked.vertical > GtkComboBox:only-child > .the-button-in-the-combobox { border-radius: 3px; border-style: solid; } @@ -1193,7 +1155,7 @@ notebook tab .titlebar .button.titlebutton, outline-offset: -1px; } .menuitem.button.flat:hover, .menuitem.sidebar-button.button:hover, .header-bar .menuitem.titlebutton.button:hover, .titlebar .menuitem.titlebutton.button:hover { - background-color: #dadbdb; } + background-color: #d9dada; } GtkColorButton.button, .header-bar GtkColorButton.button.titlebutton, .titlebar GtkColorButton.button.titlebutton { @@ -1215,21 +1177,21 @@ GtkColorButton.button, .header-bar GtkColorButton.button.titlebutton, .titlebar .button.titlebutton:visited { color: #215d9c; } *:selected *:link:visited, *:selected .button:visited { - color: #b7d3f0; } + color: #b6d2ef; } *:link:hover, .button:hover:link, .button:hover:visited { color: #4a90d9; } *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { - color: #edf4fb; } + color: #ecf3fb; } *:link:active, .button:active:link, .button:active:visited { color: #2a76c6; } *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { - color: #dbe9f7; } + color: #dae8f7; } *:link:backdrop, .button:backdrop:link, .button:backdrop:visited, *:link:backdrop:hover, .button:backdrop:hover:link, .button:backdrop:hover:visited, *:link:backdrop:hover:selected, .button:backdrop:hover:selected:link, .button:backdrop:hover:selected:visited, .titlebar.selection-mode .subtitle:backdrop:hover:link, .header-bar.selection-mode .subtitle:backdrop:hover:link { color: #4a90d9; } *:link:selected, .button:selected:link, .button:selected:visited, .titlebar.selection-mode .subtitle:link, .header-bar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { - color: #dbe9f7; } + color: #dae8f7; } .button:link, .header-bar .button.titlebutton:link, .titlebar .button.titlebutton:link, .button:visited, .header-bar .button.titlebutton:visited, @@ -1249,7 +1211,7 @@ GtkColorButton.button, .header-bar GtkColorButton.button.titlebutton, background-image: none; border-style: none none none solid; border-color: rgba(161, 161, 161, 0.3); - color: #43484a; + color: #42484a; border-radius: 0; box-shadow: none; } .spinbutton:not(.vertical) .button:dir(rtl) { @@ -1258,13 +1220,13 @@ GtkColorButton.button, .header-bar GtkColorButton.button.titlebutton, color: #2e3436; background-color: rgba(46, 52, 54, 0.05); } .spinbutton:not(.vertical) .button:insensitive { - color: rgba(142, 145, 146, 0.3); } + color: rgba(141, 144, 145, 0.3); } .spinbutton:not(.vertical) .button:active { box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.2); background-color: rgba(0, 0, 0, 0.1); } .spinbutton:not(.vertical) .button:backdrop { - color: #999c9d; - border-color: rgba(169, 169, 169, 0.3); + color: #989b9c; + border-color: rgba(168, 168, 168, 0.3); background-color: transparent; } .spinbutton:not(.vertical) .button:backdrop:insensitive { background-image: none; @@ -1317,7 +1279,7 @@ GtkColorButton.button, .header-bar GtkColorButton.button.titlebutton, box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); text-shadow: none; icon-shadow: none; - color: #878a89; + color: #878989; border-color: rgba(0, 0, 0, 0.5); icon-shadow: none; box-shadow: none; } @@ -1353,31 +1315,29 @@ GtkColorButton.button, .header-bar GtkColorButton.button.titlebutton, icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); box-shadow: inset 0 1px white; } .spinbutton.vertical .button:first-child:insensitive { - color: #8e9192; + color: #8d9091; border-color: #a1a1a1; background-image: linear-gradient(to bottom, #f4f4f4); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - .spinbutton.vertical .button:first-child:insensitive > .label, .spinbutton.vertical .header-bar .button.titlebutton:first-child:insensitive > .label, - .spinbutton.vertical .titlebar .button.titlebutton:first-child:insensitive > .label { + .spinbutton.vertical .button:first-child:insensitive > .label { color: inherit; } .spinbutton.vertical .button:first-child:backdrop { - color: #8e9192; - border-color: darkgray; + color: #8d9091; + border-color: #a8a8a8; background-image: linear-gradient(to bottom, #ededed); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } .spinbutton.vertical .button:first-child:backdrop:insensitive { color: #c7c7c7; - border-color: darkgray; + border-color: #a8a8a8; background-image: linear-gradient(to bottom, #f4f4f4); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - .spinbutton.vertical .button:first-child:backdrop:insensitive > .label, .spinbutton.vertical .header-bar .button.titlebutton:first-child:backdrop:insensitive > .label, - .spinbutton.vertical .titlebar .button.titlebutton:first-child:backdrop:insensitive > .label { + .spinbutton.vertical .button:first-child:backdrop:insensitive > .label { color: inherit; } .spinbutton.vertical.entry { border-radius: 0; @@ -1417,9 +1377,9 @@ GtkColorButton.button, .header-bar GtkColorButton.button.titlebutton, icon-shadow: none; outline-color: rgba(238, 238, 236, 0.3); } .osd .spinbutton.vertical .button:first-child:insensitive { - color: #878a89; + color: #878989; border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(53, 57, 58, 0.5)); + background-image: linear-gradient(to bottom, rgba(52, 57, 57, 0.5)); background-clip: padding-box; box-shadow: none; text-shadow: none; @@ -1451,11 +1411,11 @@ GtkComboBox { padding-top: 3px; padding-bottom: 4px; } GtkComboBox:insensitive { - color: #8e9192; + color: #8d9091; text-shadow: none; icon-shadow: none; } GtkComboBox:backdrop { - color: #8e9192; + color: #8d9091; text-shadow: none; icon-shadow: none; } GtkComboBox:backdrop:insensitive { @@ -1507,8 +1467,8 @@ GtkComboBox { background-color: #d6d6d6; box-shadow: inset 0 2px 3px -1px #b6b6b6, 0 1px white; } .inline-toolbar:backdrop, .search-bar:backdrop, .location-bar:backdrop { - border-color: darkgray; - background-color: #d5d5d5; + border-color: #a8a8a8; + background-color: #d4d4d4; box-shadow: none; } /*************** @@ -1523,10 +1483,10 @@ GtkComboBox { border-radius: 7px 7px 0 0; background-color: transparent; background-image: linear-gradient(to bottom, #f7f7f7, #ededed); - box-shadow: inset 0 -1px #dadada, inset 0 1px white; } + box-shadow: inset 0 -1px #d9d9d9, inset 0 1px white; } .titlebar:backdrop, .header-bar:backdrop { - border-color: darkgray; + border-color: #a8a8a8; background-color: #ededed; background-image: none; box-shadow: inset 0 1px white; } @@ -1550,18 +1510,18 @@ GtkComboBox { .titlebar .header-bar-separator:backdrop, .titlebar > GtkBox > separator.vertical:backdrop, .header-bar .header-bar-separator:backdrop, .header-bar > GtkBox > separator.vertical:backdrop { - border-image: linear-gradient(to bottom, rgba(169, 169, 169, 0.5)) 0 1/1px 1px; } + border-image: linear-gradient(to bottom, rgba(168, 168, 168, 0.5)) 0 1/1px 1px; } .titlebar.selection-mode, .header-bar.selection-mode { color: #ffffff; text-shadow: 0 -1px rgba(0, 0, 0, 0.5); border-color: #184472; background-image: linear-gradient(to bottom, #5f9ddd, #4a90d9); - box-shadow: inset 0 -1px #3975b5, inset 0 1px #a5c8ec; } + box-shadow: inset 0 -1px #3875b4, inset 0 1px #a4c7ec; } .titlebar.selection-mode:backdrop, .header-bar.selection-mode:backdrop { background-image: linear-gradient(to bottom, #4a90d9); - box-shadow: inset 0 1px #b7d3f0; } + box-shadow: inset 0 1px #b6d2ef; } .titlebar.selection-mode .button, .header-bar.selection-mode .button { color: #ffffff; @@ -1570,7 +1530,7 @@ GtkComboBox { background-image: linear-gradient(to bottom, #5f9ddd, #4a90d9 40%, #3583d5); text-shadow: 0 -1px rgba(0, 0, 0, 0.54353); icon-shadow: 0 -1px rgba(0, 0, 0, 0.54353); - box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px #a5c8ec; } + box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px #a4c7ec; } .titlebar.selection-mode .button.flat, .titlebar.selection-mode .sidebar-button.button, .titlebar.selection-mode .titlebutton.button, .header-bar.selection-mode .button.flat, @@ -1590,7 +1550,7 @@ GtkComboBox { background-image: linear-gradient(to bottom, #85b4e5, #5b9add 40%, #4a90d9); text-shadow: 0 -1px rgba(0, 0, 0, 0.51153); icon-shadow: 0 -1px rgba(0, 0, 0, 0.51153); - box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px #a5c8ec; } + box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px #a4c7ec; } .titlebar.selection-mode .button:active, .titlebar.selection-mode .button:checked, .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked { @@ -1600,19 +1560,19 @@ GtkComboBox { background-image: linear-gradient(to bottom, #2b79cb, #2e7fd3 40%, #3583d5); text-shadow: 0 -1px rgba(0, 0, 0, 0.62353); icon-shadow: 0 -1px rgba(0, 0, 0, 0.62353); - box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6), 0 1px #a5c8ec; } + box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6), 0 1px #a4c7ec; } .titlebar.selection-mode .button:backdrop, .titlebar.selection-mode .button.flat:backdrop, .titlebar.selection-mode .sidebar-button.button:backdrop, .titlebar.selection-mode .titlebutton.button:backdrop, .header-bar.selection-mode .button:backdrop, .header-bar.selection-mode .button.flat:backdrop, .header-bar.selection-mode .sidebar-button.button:backdrop, .header-bar.selection-mode .titlebutton.button:backdrop { - color: #dbe9f7; + color: #dae8f7; border-color: #4a90d9; background-image: linear-gradient(to bottom, #4a90d9); text-shadow: none; icon-shadow: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(165, 200, 236, 0); + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(164, 199, 236, 0); -gtk-image-effect: none; border-color: #184472; } .titlebar.selection-mode .button:backdrop:active, .titlebar.selection-mode .button:backdrop:checked, .titlebar.selection-mode .button.flat:backdrop:active, .titlebar.selection-mode .sidebar-button.button:backdrop:active, @@ -1626,10 +1586,10 @@ GtkComboBox { .header-bar.selection-mode .button.flat:backdrop:checked, .header-bar.selection-mode .sidebar-button.button:backdrop:checked, .header-bar.selection-mode .titlebutton.button:backdrop:checked { - color: #d4e4f4; + color: #d4e3f3; border-color: #2a76c6; background-image: linear-gradient(to bottom, #2a76c6); - box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(165, 200, 236, 0); + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(164, 199, 236, 0); border-color: #184472; } .titlebar.selection-mode .button:backdrop:insensitive, .titlebar.selection-mode .button.flat:backdrop:insensitive, .titlebar.selection-mode .sidebar-button.button:backdrop:insensitive, .titlebar.selection-mode .titlebutton.button:backdrop:insensitive, @@ -1637,21 +1597,19 @@ GtkComboBox { .header-bar.selection-mode .button.flat:backdrop:insensitive, .header-bar.selection-mode .sidebar-button.button:backdrop:insensitive, .header-bar.selection-mode .titlebutton.button:backdrop:insensitive { - color: #9bc2ea; - border-color: #65a1df; - background-image: linear-gradient(to bottom, #65a1df); + color: #9ac1e9; + border-color: #65a0de; + background-image: linear-gradient(to bottom, #65a0de); text-shadow: none; icon-shadow: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(165, 200, 236, 0); + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(164, 199, 236, 0); border-color: #184472; } - .titlebar.selection-mode .button:backdrop:insensitive > .label, .titlebar.selection-mode .header-bar .button.titlebutton:backdrop:insensitive > .label, .titlebar.selection-mode .button.flat:backdrop:insensitive > .label, .titlebar.selection-mode .sidebar-button.button:backdrop:insensitive > .label, .titlebar.selection-mode .header-bar .titlebutton.button:backdrop:insensitive > .label, + .titlebar.selection-mode .button:backdrop:insensitive > .label, .titlebar.selection-mode .button.flat:backdrop:insensitive > .label, .titlebar.selection-mode .sidebar-button.button:backdrop:insensitive > .label, .titlebar.selection-mode .titlebutton.button:backdrop:insensitive > .label, .header-bar.selection-mode .button:backdrop:insensitive > .label, - .header-bar.selection-mode .titlebar .button.titlebutton:backdrop:insensitive > .label, .header-bar.selection-mode .button.flat:backdrop:insensitive > .label, .header-bar.selection-mode .sidebar-button.button:backdrop:insensitive > .label, - .header-bar.selection-mode .titlebutton.button:backdrop:insensitive > .label, - .header-bar.selection-mode .titlebar .titlebutton.button:backdrop:insensitive > .label { + .header-bar.selection-mode .titlebutton.button:backdrop:insensitive > .label { color: inherit; } .titlebar.selection-mode .button:backdrop:insensitive:active, .titlebar.selection-mode .button:backdrop:insensitive:checked, .titlebar.selection-mode .button.flat:backdrop:insensitive:active, .titlebar.selection-mode .sidebar-button.button:backdrop:insensitive:active, .titlebar.selection-mode .titlebutton.button:backdrop:insensitive:active, .titlebar.selection-mode .button.flat:backdrop:insensitive:checked, .titlebar.selection-mode .sidebar-button.button:backdrop:insensitive:checked, @@ -1664,26 +1622,22 @@ GtkComboBox { .header-bar.selection-mode .button.flat:backdrop:insensitive:checked, .header-bar.selection-mode .sidebar-button.button:backdrop:insensitive:checked, .header-bar.selection-mode .titlebutton.button:backdrop:insensitive:checked { - color: #8db9e8; - border-color: #5094db; - background-image: linear-gradient(to bottom, #5094db); - box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(165, 200, 236, 0); + color: #8db8e6; + border-color: #5093da; + background-image: linear-gradient(to bottom, #5093da); + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(164, 199, 236, 0); border-color: #184472; } - .titlebar.selection-mode .button:backdrop:insensitive:active > .label, .titlebar.selection-mode .header-bar .button.titlebutton:backdrop:insensitive:active > .label, .titlebar.selection-mode .button:backdrop:insensitive:checked > .label, .titlebar.selection-mode .header-bar .button.titlebutton:backdrop:insensitive:checked > .label, .titlebar.selection-mode .button.flat:backdrop:insensitive:active > .label, .titlebar.selection-mode .sidebar-button.button:backdrop:insensitive:active > .label, .titlebar.selection-mode .header-bar .titlebutton.button:backdrop:insensitive:active > .label, - .titlebar.selection-mode .titlebutton.button:backdrop:insensitive:active > .label, .titlebar.selection-mode .button.flat:backdrop:insensitive:checked > .label, .titlebar.selection-mode .sidebar-button.button:backdrop:insensitive:checked > .label, .titlebar.selection-mode .header-bar .titlebutton.button:backdrop:insensitive:checked > .label, + .titlebar.selection-mode .button:backdrop:insensitive:active > .label, .titlebar.selection-mode .button:backdrop:insensitive:checked > .label, .titlebar.selection-mode .button.flat:backdrop:insensitive:active > .label, .titlebar.selection-mode .sidebar-button.button:backdrop:insensitive:active > .label, + .titlebar.selection-mode .titlebutton.button:backdrop:insensitive:active > .label, .titlebar.selection-mode .button.flat:backdrop:insensitive:checked > .label, .titlebar.selection-mode .sidebar-button.button:backdrop:insensitive:checked > .label, .titlebar.selection-mode .titlebutton.button:backdrop:insensitive:checked > .label, .header-bar.selection-mode .button:backdrop:insensitive:active > .label, - .header-bar.selection-mode .titlebar .button.titlebutton:backdrop:insensitive:active > .label, .header-bar.selection-mode .button:backdrop:insensitive:checked > .label, - .header-bar.selection-mode .titlebar .button.titlebutton:backdrop:insensitive:checked > .label, .header-bar.selection-mode .button.flat:backdrop:insensitive:active > .label, .header-bar.selection-mode .sidebar-button.button:backdrop:insensitive:active > .label, .header-bar.selection-mode .titlebutton.button:backdrop:insensitive:active > .label, - .header-bar.selection-mode .titlebar .titlebutton.button:backdrop:insensitive:active > .label, .header-bar.selection-mode .button.flat:backdrop:insensitive:checked > .label, .header-bar.selection-mode .sidebar-button.button:backdrop:insensitive:checked > .label, - .header-bar.selection-mode .titlebutton.button:backdrop:insensitive:checked > .label, - .header-bar.selection-mode .titlebar .titlebutton.button:backdrop:insensitive:checked > .label { + .header-bar.selection-mode .titlebutton.button:backdrop:insensitive:checked > .label { color: inherit; } .titlebar.selection-mode .button.flat:backdrop, .titlebar.selection-mode .sidebar-button.button:backdrop, .titlebar.selection-mode .titlebutton.button:backdrop, .titlebar.selection-mode .button.flat:insensitive, .titlebar.selection-mode .sidebar-button.button:insensitive, @@ -1706,28 +1660,25 @@ GtkComboBox { icon-shadow: none; } .titlebar.selection-mode .button:insensitive, .header-bar.selection-mode .button:insensitive { - color: #b2d0ef; + color: #b2cfee; border-color: #1c5187; - background-image: linear-gradient(to bottom, #65a1df); + background-image: linear-gradient(to bottom, #65a0de); text-shadow: none; icon-shadow: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px #a5c8ec; } - .titlebar.selection-mode .button:insensitive > .label, .titlebar.selection-mode .header-bar .button.titlebutton:insensitive > .label, - .header-bar.selection-mode .button:insensitive > .label, - .header-bar.selection-mode .titlebar .button.titlebutton:insensitive > .label { + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px #a4c7ec; } + .titlebar.selection-mode .button:insensitive > .label, + .header-bar.selection-mode .button:insensitive > .label { color: inherit; } .titlebar.selection-mode .button:insensitive:active, .titlebar.selection-mode .button:insensitive:checked, .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked { - color: #b9d4f1; + color: #b9d3f0; border-color: #1c5187; - background-image: linear-gradient(to bottom, #4b8dd3, #5094db); - box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px #a5c8ec; } - .titlebar.selection-mode .button:insensitive:active > .label, .titlebar.selection-mode .header-bar .button.titlebutton:insensitive:active > .label, .titlebar.selection-mode .button:insensitive:checked > .label, .titlebar.selection-mode .header-bar .button.titlebutton:insensitive:checked > .label, + background-image: linear-gradient(to bottom, #4a8cd1, #5093da); + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px #a4c7ec; } + .titlebar.selection-mode .button:insensitive:active > .label, .titlebar.selection-mode .button:insensitive:checked > .label, .header-bar.selection-mode .button:insensitive:active > .label, - .header-bar.selection-mode .titlebar .button.titlebutton:insensitive:active > .label, - .header-bar.selection-mode .button:insensitive:checked > .label, - .header-bar.selection-mode .titlebar .button.titlebutton:insensitive:checked > .label { + .header-bar.selection-mode .button:insensitive:checked > .label { color: inherit; } .titlebar.selection-mode .button.suggested-action, .header-bar.selection-mode .button.suggested-action { @@ -1737,7 +1688,7 @@ GtkComboBox { background-image: linear-gradient(to bottom, #fafafa, #ededed 40%, #e0e0e0); text-shadow: 0 1px rgba(255, 255, 255, 0.76923); icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); - box-shadow: inset 0 1px white, 0 1px #a5c8ec; + box-shadow: inset 0 1px white, 0 1px #a4c7ec; border-color: #184472; } .titlebar.selection-mode .button.suggested-action:hover, .header-bar.selection-mode .button.suggested-action:hover { @@ -1747,7 +1698,7 @@ GtkComboBox { background-image: linear-gradient(to bottom, white, #f7f7f7 40%, #ededed); text-shadow: 0 1px rgba(255, 255, 255, 0.76923); icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); - box-shadow: inset 0 1px white, 0 1px #a5c8ec; + box-shadow: inset 0 1px white, 0 1px #a4c7ec; border-color: #184472; } .titlebar.selection-mode .button.suggested-action:active, .header-bar.selection-mode .button.suggested-action:active { @@ -1757,42 +1708,40 @@ GtkComboBox { background-image: linear-gradient(to bottom, #d6d6d6, gainsboro 40%, #e0e0e0); text-shadow: 0 1px rgba(255, 255, 255, 0.76923); icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); - box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6), 0 1px #a5c8ec; + box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6), 0 1px #a4c7ec; border-color: #184472; } .titlebar.selection-mode .button.suggested-action:insensitive, .header-bar.selection-mode .button.suggested-action:insensitive { - color: #8e9192; + color: #8d9091; border-color: #a1a1a1; background-image: linear-gradient(to bottom, #f4f4f4); text-shadow: none; icon-shadow: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px #a5c8ec; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px #a4c7ec; border-color: #184472; } - .titlebar.selection-mode .button.suggested-action:insensitive > .label, .titlebar.selection-mode .header-bar .suggested-action.button.titlebutton:insensitive > .label, - .header-bar.selection-mode .button.suggested-action:insensitive > .label, - .header-bar.selection-mode .titlebar .suggested-action.button.titlebutton:insensitive > .label { + .titlebar.selection-mode .button.suggested-action:insensitive > .label, + .header-bar.selection-mode .button.suggested-action:insensitive > .label { color: inherit; } .titlebar.selection-mode .button.suggested-action:backdrop, .header-bar.selection-mode .button.suggested-action:backdrop { - color: #8e9192; - border-color: darkgray; + color: #8d9091; + border-color: #a8a8a8; background-image: linear-gradient(to bottom, #ededed); text-shadow: none; icon-shadow: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(165, 200, 236, 0); + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(164, 199, 236, 0); border-color: #184472; } .titlebar.selection-mode .button.suggested-action:backdrop:insensitive, .header-bar.selection-mode .button.suggested-action:backdrop:insensitive { color: #c7c7c7; - border-color: darkgray; + border-color: #a8a8a8; background-image: linear-gradient(to bottom, #f4f4f4); text-shadow: none; icon-shadow: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(165, 200, 236, 0); + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(164, 199, 236, 0); border-color: #184472; } - .titlebar.selection-mode .button.suggested-action:backdrop:insensitive > .label, .titlebar.selection-mode .header-bar .suggested-action.button.titlebutton:backdrop:insensitive > .label, - .header-bar.selection-mode .button.suggested-action:backdrop:insensitive > .label, - .header-bar.selection-mode .titlebar .suggested-action.button.titlebutton:backdrop:insensitive > .label { + .titlebar.selection-mode .button.suggested-action:backdrop:insensitive > .label, + .header-bar.selection-mode .button.suggested-action:backdrop:insensitive > .label { color: inherit; } .titlebar.selection-mode .selection-menu, .titlebar.selection-mode .selection-menu:backdrop, .header-bar.selection-mode .selection-menu, @@ -1857,15 +1806,15 @@ GtkTreeView.view { -GtkTreeView-tree-line-width: 1; -GtkTreeView-tree-line-pattern: ''; -GtkTreeView-expander-size: 16; - border-left-color: #979a9b; + border-left-color: #96999a; border-top-color: #ededed; } GtkTreeView.view:selected { border-radius: 0; } GtkTreeView.view:selected, GtkTreeView.view:backdrop:selected { - border-left-color: #a5c8ec; + border-left-color: #a4c7ec; border-top-color: rgba(46, 52, 54, 0.1); } GtkTreeView.view:insensitive { - color: #8e9192; } + color: #8d9091; } GtkTreeView.view:insensitive:selected { color: #92bce8; } GtkTreeView.view:insensitive:selected:backdrop { @@ -1875,29 +1824,29 @@ GtkTreeView.view { GtkTreeView.view.separator:backdrop { color: rgba(0, 0, 0, 0.1); } GtkTreeView.view:backdrop { - border-left-color: #bebfc0; + border-left-color: #bdbebf; border-top: #ededed; } GtkTreeView.view.dnd { border-style: solid none; border-width: 1px; - border-color: #3c6288; } + border-color: #3c6287; } GtkTreeView.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #6d7172; } + color: #6c7072; } GtkTreeView.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } GtkTreeView.view.expander:hover { color: #2e3436; } GtkTreeView.view.expander:selected { - color: #c9def4; } + color: #c8ddf3; } GtkTreeView.view.expander:selected:hover { color: #ffffff; } GtkTreeView.view.expander:selected:backdrop { - color: #c9def4; } + color: #c8ddf3; } GtkTreeView.view.expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GtkTreeView.view.expander:backdrop { - color: #b0b2b3; } + color: #afb1b2; } GtkTreeView.view.progressbar { color: #ffffff; border: 1px solid #184472; @@ -1928,7 +1877,7 @@ GtkTreeView.view { column-header .button, column-header .header-bar .button.titlebutton, .header-bar column-header .button.titlebutton, column-header .titlebar .button.titlebutton, .titlebar column-header .button.titlebutton { - color: #979a9b; + color: #96999a; background-color: #ffffff; font-weight: bold; text-shadow: none; @@ -1936,7 +1885,7 @@ column-header .titlebar .button.titlebutton, column-header .button:hover, column-header .header-bar .button.titlebutton:hover, .header-bar column-header .button.titlebutton:hover, column-header .titlebar .button.titlebutton:hover, .titlebar column-header .button.titlebutton:hover { - color: #636769; + color: #626668; box-shadow: none; transition: none; } column-header .button:active, column-header .header-bar .button.titlebutton:active, .header-bar column-header .button.titlebutton:active, @@ -1977,7 +1926,7 @@ column-header .titlebar .button.titlebutton, .titlebar column-header .button.titlebutton:backdrop { border-color: #ededed; border-style: none solid solid none; - color: #bebfc0; + color: #bdbebf; background-image: none; background-color: white; } column-header .button:backdrop:insensitive { @@ -1999,7 +1948,7 @@ column-header .titlebar .button.titlebutton, box-shadow: inset 0 -3px #4a90d9; color: #2a76c6; } .menubar > .menuitem:insensitive { - color: #8e9192; + color: #8d9091; box-shadow: none; } .menu { @@ -2016,11 +1965,11 @@ column-header .titlebar .button.titlebutton, color: #ffffff; background-color: #4a90d9; } .menu .menuitem:insensitive { - color: #8e9192; } + color: #8d9091; } .menu .menuitem:insensitive:backdrop { color: #c7c7c7; } .menu .menuitem:backdrop, .menu .menuitem:backdrop:hover { - color: #8e9192; + color: #8d9091; background-color: white; } .menu .menuitem.arrow { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } @@ -2031,11 +1980,11 @@ column-header .titlebar .button.titlebutton, border-style: none; border-radius: 0; } .menu.button.top { - border-bottom: 1px solid #eaebeb; } + border-bottom: 1px solid #eaeaea; } .menu.button.bottom { - border-top: 1px solid #eaebeb; } + border-top: 1px solid #eaeaea; } .menu.button:hover { - background-color: #eaebeb; } + background-color: #eaeaea; } .menu.button:insensitive { color: transparent; background-color: transparent; @@ -2079,16 +2028,14 @@ column-header .titlebar .button.titlebutton, * Notebooks and * * Tabs * *****************/ -GtkNotebook { +notebook { -GtkNotebook-initial-gap: 10; -GtkNotebook-arrow-spacing: 5; -GtkNotebook-tab-curvature: 0; -GtkNotebook-tab-overlap: -8; -GtkNotebook-has-tab-gap: false; -GtkWidget-focus-padding: 0; - -GtkWidget-focus-line-width: 0; } - -notebook { + -GtkWidget-focus-line-width: 0; padding: 0; background-color: #ffffff; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } @@ -2105,7 +2052,7 @@ notebook { notebook.frame.left { border-left-width: 0; } notebook.frame:backdrop { - border-color: darkgray; } + border-color: #a8a8a8; } notebook.header { background-color: #d6d6d6; } notebook.header.frame { @@ -2119,25 +2066,25 @@ notebook { notebook.header.frame.left { border-right-width: 0; } notebook.header.frame:backdrop { - border-color: darkgray; } + border-color: #a8a8a8; } notebook.header.top { box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.15), inset 0 -1px #a1a1a1; } notebook.header.top:backdrop { - box-shadow: inset 0 -1px darkgray; } + box-shadow: inset 0 -1px #a8a8a8; } notebook.header.bottom { box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.15), inset 0 1px #a1a1a1; } notebook.header.bottom:backdrop { - box-shadow: inset 0 1px darkgray; } + box-shadow: inset 0 1px #a8a8a8; } notebook.header.right { box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.15), inset 1px 0 #a1a1a1; } notebook.header.right:backdrop { - box-shadow: inset 1px 0 darkgray; } + box-shadow: inset 1px 0 #a8a8a8; } notebook.header.left { box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.15), inset -1px 0 #a1a1a1; } notebook.header.left:backdrop { - box-shadow: inset -1px 0 darkgray; } + box-shadow: inset -1px 0 #a8a8a8; } notebook.header:backdrop { - background-color: #d5d5d5; + background-color: #d4d4d4; box-shadow: none; } notebook tab { border-width: 0; @@ -2214,7 +2161,7 @@ notebook { notebook tab.reorderable-page.top:active:hover { background-color: rgba(237, 237, 237, 0.7); } notebook tab.reorderable-page.top:active:backdrop { - border-color: darkgray; + border-color: #a8a8a8; background-color: #ededed; border-bottom-color: #4a90d9; } notebook tab.reorderable-page.top:backdrop { @@ -2233,7 +2180,7 @@ notebook { notebook tab.reorderable-page.bottom:active:hover { background-color: rgba(237, 237, 237, 0.7); } notebook tab.reorderable-page.bottom:active:backdrop { - border-color: darkgray; + border-color: #a8a8a8; background-color: #ededed; border-top-color: #4a90d9; } notebook tab.reorderable-page.bottom:backdrop { @@ -2252,7 +2199,7 @@ notebook { notebook tab.reorderable-page.left:active:hover { background-color: rgba(237, 237, 237, 0.7); } notebook tab.reorderable-page.left:active:backdrop { - border-color: darkgray; + border-color: #a8a8a8; background-color: #ededed; border-right-color: #4a90d9; } notebook tab.reorderable-page.left:backdrop { @@ -2271,7 +2218,7 @@ notebook { notebook tab.reorderable-page.right:active:hover { background-color: rgba(237, 237, 237, 0.7); } notebook tab.reorderable-page.right:active:backdrop { - border-color: darkgray; + border-color: #a8a8a8; background-color: #ededed; border-left-color: #4a90d9; } notebook tab.reorderable-page.right:backdrop { @@ -2280,17 +2227,17 @@ notebook { notebook tab label { padding: 0 2px; font-weight: bold; - color: #8e9192; } + color: #8d9091; } notebook tab label:backdrop { - color: #abacad; } + color: #aaabac; } notebook tab:hover label { - color: #5e6364; } + color: #5d6263; } notebook tab:hover label:backdrop { - color: #abacad; } + color: #aaabac; } notebook tab:active label { color: #2e3436; } notebook tab:active label:backdrop { - color: #8e9192; } + color: #8d9091; } notebook tab .button, notebook tab .header-bar .button.titlebutton, .header-bar notebook tab .button.titlebutton, notebook tab .titlebar .button.titlebutton, .titlebar notebook tab .button.titlebutton { @@ -2325,22 +2272,22 @@ notebook { notebook tab .button:backdrop, notebook tab .header-bar .button.titlebutton:backdrop, .header-bar notebook tab .button.titlebutton:backdrop, notebook tab .titlebar .button.titlebutton:backdrop, .titlebar notebook tab .button.titlebutton:backdrop { - color: rgba(142, 145, 146, 0.3); + color: rgba(141, 144, 145, 0.3); border-color: transparent; } notebook tab .button > image, notebook tab .header-bar .button.titlebutton > image, .header-bar notebook tab .button.titlebutton > image, notebook tab .titlebar .button.titlebutton > image, .titlebar notebook tab .button.titlebutton > image { padding: 2px; } notebook.arrow { - color: #8e9192; } + color: #8d9091; } notebook.arrow:hover { - color: #5e6364; } + color: #5d6263; } notebook.arrow:active { color: #2e3436; } notebook.arrow:insensitive { - color: rgba(142, 145, 146, 0.3); } + color: rgba(141, 144, 145, 0.3); } notebook.arrow:backdrop { - color: rgba(142, 145, 146, 0.4); } + color: rgba(141, 144, 145, 0.4); } notebook.arrow:backdrop:insensitive { color: #c7c7c7; } @@ -2383,15 +2330,15 @@ notebook { border: 1px none #a1a1a1; } .scrollbar .trough:backdrop { background-color: #e5e5e5; - border-color: darkgray; } + border-color: #a8a8a8; } .scrollbar .slider { background-color: #7a7e7f; } .scrollbar .slider:hover { - background-color: #54595b; } + background-color: #54595a; } .scrollbar .slider:prelight:active { background-color: #2a76c6; } .scrollbar .slider:backdrop { - background-color: #c7c8c9; } + background-color: #c6c7c8; } .scrollbar .slider:insensitive { background-color: transparent; } .scrollbar .slider { @@ -2431,7 +2378,7 @@ notebook { border-image-slice: 0 1 0 0; } .scrollbars-junction:backdrop, .scrollbars-junction.frame:backdrop { - border-image-source: linear-gradient(to bottom, darkgray 1px, transparent 1px); + border-image-source: linear-gradient(to bottom, #a8a8a8 1px, transparent 1px); background-color: #e5e5e5; } /********** @@ -2449,7 +2396,7 @@ switch { border: 1px solid #a1a1a1; border-radius: 3px; color: #2e3436; - background-image: linear-gradient(to bottom, #cfcfcf); + background-image: linear-gradient(to bottom, #cecece); text-shadow: 0 1px rgba(0, 0, 0, 0.1); } switch:active { background-image: linear-gradient(to bottom, #4a90d9 2px, #63a0de); @@ -2458,16 +2405,16 @@ switch { box-shadow: 0 1px white; text-shadow: 0 1px rgba(24, 68, 114, 0.5), 0 0 2px rgba(255, 255, 255, 0.6); } switch:insensitive { - color: #8e9192; + color: #8d9091; border-color: #a1a1a1; background-image: none; background-color: #f4f4f4; box-shadow: 0 1px white; text-shadow: none; } switch:backdrop { - color: #8e9192; - border-color: darkgray; - background-image: linear-gradient(to bottom, #d5d5d5); + color: #8d9091; + border-color: #a8a8a8; + background-image: linear-gradient(to bottom, #d4d4d4); box-shadow: none; text-shadow: none; } switch:backdrop:active { @@ -2477,7 +2424,7 @@ switch { box-shadow: none; } switch:insensitive { color: #c7c7c7; - border-color: darkgray; + border-color: #a8a8a8; background-image: none; background-color: #f4f4f4; } switch slider { @@ -2503,7 +2450,7 @@ switch { switch:active slider { border: 1px solid #184472; } switch:insensitive slider { - color: #8e9192; + color: #8d9091; border-color: #a1a1a1; background-image: linear-gradient(to bottom, #f4f4f4); text-shadow: none; @@ -2512,8 +2459,8 @@ switch { switch:insensitive slider > .label { color: inherit; } switch:backdrop slider { - color: #8e9192; - border-color: darkgray; + color: #8d9091; + border-color: #a8a8a8; background-image: linear-gradient(to bottom, #ededed); text-shadow: none; icon-shadow: none; @@ -2523,7 +2470,7 @@ switch { border-color: #4a90d9; } switch:backdrop:insensitive slider { color: #c7c7c7; - border-color: darkgray; + border-color: #a8a8a8; background-image: linear-gradient(to bottom, #f4f4f4); text-shadow: none; icon-shadow: none; @@ -2755,7 +2702,7 @@ switch { .menu .menuitem.check:hover { color: #ffffff; } .menu .menuitem.check:insensitive { - color: #bebfc0; } + color: #bdbebf; } .radio { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked.png"), url("assets/radio-unchecked@2.png")); @@ -2966,7 +2913,7 @@ switch { .menu .menuitem.radio:hover { color: #ffffff; } .menu .menuitem.radio:insensitive { - color: #bebfc0; } + color: #bdbebf; } .view.check, .view.radio, .list-row .check, list-row .radio { @@ -3020,7 +2967,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { padding: 1px 2px 4px; outline-offset: 0; } GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { - color: #8e9192; } + color: #8d9091; } GtkCheckButton.text-button:insensitive:backdrop, GtkCheckButton.text-button:insensitive:active:backdrop, GtkCheckButton.text-button:insensitive:inconsistent:backdrop, GtkRadioButton.text-button:insensitive:backdrop, GtkRadioButton.text-button:insensitive:active:backdrop, GtkRadioButton.text-button:insensitive:inconsistent:backdrop { color: #c7c7c7; } @@ -3084,14 +3031,14 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:backdrop { border-style: solid; border-radius: 50%; - border-color: #a1a1a1; + border-color: #a0a0a0; background-image: linear-gradient(to bottom, #ededed); box-shadow: none; } .scale.slider:backdrop:insensitive, .scale.scale-has-marks-above.scale-has-marks-below.slider:backdrop:insensitive, .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:backdrop:insensitive { color: #c7c7c7; - border-color: darkgray; + border-color: #a8a8a8; background-image: linear-gradient(to bottom, #f4f4f4); text-shadow: none; icon-shadow: none; @@ -3154,7 +3101,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { margin: 10px; border: 1px solid #a1a1a1; border-radius: 3px; - background-color: #cfcfcf; + background-color: #cecece; box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1), 0 1px white; } .scale.trough.highlight, .scale.scale-has-marks-above.scale-has-marks-below.trough.highlight, @@ -3184,7 +3131,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .scale.trough:backdrop, .scale.scale-has-marks-above.scale-has-marks-below.trough:backdrop, .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:backdrop { - border-color: darkgray; + border-color: #a8a8a8; background-color: #c7c7c7; box-shadow: none; } .scale.trough:backdrop:insensitive, .scale.trough .highlight:backdrop:insensitive, @@ -3192,7 +3139,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .scale.scale-has-marks-above.scale-has-marks-below.trough .highlight:backdrop:insensitive, .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:backdrop:insensitive, .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough .highlight:backdrop:insensitive { - border-color: darkgray; + border-color: #a8a8a8; background-color: #f4f4f4; } .osd .scale.trough, .osd .scale.scale-has-marks-above.scale-has-marks-below.trough, .osd @@ -3247,14 +3194,14 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight:insensitive { border-color: #4a90d9; box-shadow: none; - background-color: #a5c8ec; + background-color: #a4c7ec; background-image: none; } .list-row:selected .scale:insensitive:backdrop, .list-row:selected .scale.trough.highlight:insensitive:backdrop, .list-row:selected .scale.scale-has-marks-above.scale-has-marks-below:insensitive:backdrop, .list-row:selected .scale.scale-has-marks-above.scale-has-marks-below.trough.highlight:insensitive:backdrop, .list-row:selected .scale.vertical.scale-has-marks-above.scale-has-marks-below:insensitive:backdrop, .list-row:selected .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight:insensitive:backdrop { - background-color: #a5c8ec; } + background-color: #a4c7ec; } .scale.scale-has-marks-below { -GtkScale-slider-length: 20; @@ -3511,8 +3458,8 @@ GtkProgressBar { border-radius: 3px; background-color: #d2d2d2; } GtkProgressBar.trough:backdrop { - border-color: darkgray; - background-color: #d5d5d5; + border-color: #a8a8a8; + background-color: #d4d4d4; box-shadow: 0 1px rgba(255, 255, 255, 0); } GtkProgressBar.trough.osd { border-style: none; @@ -3574,8 +3521,8 @@ GtkProgressBar { .level-bar.trough:backdrop { background-color: transparent; background-image: linear-gradient(to bottom, #dedede, #f8f8f8 3px, #ffffff 90%); - color: #333333; - border-color: darkgray; + color: #323232; + border-color: #a8a8a8; background-image: linear-gradient(to bottom, white); box-shadow: 0 1px rgba(255, 255, 255, 0); } .level-bar.fill-block { @@ -3605,7 +3552,7 @@ GtkProgressBar { border-color: rgba(46, 52, 54, 0.2); box-shadow: none; } .level-bar.fill-block.empty-fill-block:backdrop { - border-color: rgba(142, 145, 146, 0.15); } + border-color: rgba(141, 144, 145, 0.15); } /********** * Frames * @@ -3616,7 +3563,7 @@ GtkProgressBar { .frame.flat { border-style: none; } .frame:backdrop { - border-color: darkgray; } + border-color: #a8a8a8; } .frame.action-bar { padding: 6px; border-width: 1px 0 0; } @@ -3637,7 +3584,7 @@ separator { border-color: #a1a1a1; } .list:backdrop { background-color: white; - border-color: darkgray; } + border-color: #a8a8a8; } .list-row, .grid-child { @@ -3652,7 +3599,7 @@ separator { .list-row.activatable:selected:active { box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.5); } .list-row.activatable:selected.has-open-popup, .list-row.activatable:selected:hover { - background-color: #4787c9; } + background-color: #4786c8; } .list-row.activatable:selected:backdrop { background-color: #4a90d9; } @@ -3696,8 +3643,8 @@ separator { .list-row:selected .button:backdrop, .list-row:selected .button.flat:backdrop, .list-row:selected .sidebar-button.button:backdrop, .list-row:selected .header-bar .titlebutton.button:backdrop, .header-bar .list-row:selected .titlebutton.button:backdrop, .list-row:selected .titlebar .titlebutton.button:backdrop, .titlebar .list-row:selected .titlebutton.button:backdrop { - color: #8e9192; - border-color: darkgray; + color: #8d9091; + border-color: #a8a8a8; background-image: linear-gradient(to bottom, #ededed); text-shadow: none; icon-shadow: none; @@ -3708,23 +3655,22 @@ separator { .titlebar .list-row:selected .titlebutton.button:backdrop:active, .list-row:selected .button.flat:backdrop:checked, .list-row:selected .sidebar-button.button:backdrop:checked, .list-row:selected .header-bar .titlebutton.button:backdrop:checked, .header-bar .list-row:selected .titlebutton.button:backdrop:checked, .list-row:selected .titlebar .titlebutton.button:backdrop:checked, .titlebar .list-row:selected .titlebutton.button:backdrop:checked { - color: #8e9192; - border-color: darkgray; - background-image: linear-gradient(to bottom, #d5d5d5); + color: #8d9091; + border-color: #a8a8a8; + background-image: linear-gradient(to bottom, #d4d4d4); box-shadow: inset 0 1px rgba(255, 255, 255, 0); border-color: #184472; } .list-row:selected .button:backdrop:insensitive, .list-row:selected .button.flat:backdrop:insensitive, .list-row:selected .sidebar-button.button:backdrop:insensitive, .list-row:selected .header-bar .titlebutton.button:backdrop:insensitive, .header-bar .list-row:selected .titlebutton.button:backdrop:insensitive, .list-row:selected .titlebar .titlebutton.button:backdrop:insensitive, .titlebar .list-row:selected .titlebutton.button:backdrop:insensitive { color: #c7c7c7; - border-color: darkgray; + border-color: #a8a8a8; background-image: linear-gradient(to bottom, #f4f4f4); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); border-color: #184472; } - .list-row:selected .button:backdrop:insensitive > .label, .list-row:selected .header-bar .button.titlebutton:backdrop:insensitive > .label, - .list-row:selected .titlebar .button.titlebutton:backdrop:insensitive > .label, .list-row:selected .button.flat:backdrop:insensitive > .label, .list-row:selected .sidebar-button.button:backdrop:insensitive > .label, .list-row:selected .header-bar .titlebutton.button:backdrop:insensitive > .label, .header-bar .list-row:selected .titlebutton.button:backdrop:insensitive > .label, + .list-row:selected .button:backdrop:insensitive > .label, .list-row:selected .button.flat:backdrop:insensitive > .label, .list-row:selected .sidebar-button.button:backdrop:insensitive > .label, .list-row:selected .header-bar .titlebutton.button:backdrop:insensitive > .label, .header-bar .list-row:selected .titlebutton.button:backdrop:insensitive > .label, .list-row:selected .titlebar .titlebutton.button:backdrop:insensitive > .label, .titlebar .list-row:selected .titlebutton.button:backdrop:insensitive > .label { color: inherit; } @@ -3734,13 +3680,11 @@ separator { .list-row:selected .titlebar .titlebutton.button:backdrop:insensitive:checked, .titlebar .list-row:selected .titlebutton.button:backdrop:insensitive:checked { color: #c7c7c7; - border-color: darkgray; + border-color: #a8a8a8; background-image: linear-gradient(to bottom, #e7e7e7); box-shadow: inset 0 1px rgba(255, 255, 255, 0); border-color: #184472; } - .list-row:selected .button:backdrop:insensitive:active > .label, .list-row:selected .header-bar .button.titlebutton:backdrop:insensitive:active > .label, - .list-row:selected .titlebar .button.titlebutton:backdrop:insensitive:active > .label, .list-row:selected .button:backdrop:insensitive:checked > .label, .list-row:selected .header-bar .button.titlebutton:backdrop:insensitive:checked > .label, - .list-row:selected .titlebar .button.titlebutton:backdrop:insensitive:checked > .label, .list-row:selected .button.flat:backdrop:insensitive:active > .label, .list-row:selected .sidebar-button.button:backdrop:insensitive:active > .label, .list-row:selected .header-bar .titlebutton.button:backdrop:insensitive:active > .label, .header-bar .list-row:selected .titlebutton.button:backdrop:insensitive:active > .label, + .list-row:selected .button:backdrop:insensitive:active > .label, .list-row:selected .button:backdrop:insensitive:checked > .label, .list-row:selected .button.flat:backdrop:insensitive:active > .label, .list-row:selected .sidebar-button.button:backdrop:insensitive:active > .label, .list-row:selected .header-bar .titlebutton.button:backdrop:insensitive:active > .label, .header-bar .list-row:selected .titlebutton.button:backdrop:insensitive:active > .label, .list-row:selected .titlebar .titlebutton.button:backdrop:insensitive:active > .label, .titlebar .list-row:selected .titlebutton.button:backdrop:insensitive:active > .label, .list-row:selected .button.flat:backdrop:insensitive:checked > .label, .list-row:selected .sidebar-button.button:backdrop:insensitive:checked > .label, .list-row:selected .header-bar .titlebutton.button:backdrop:insensitive:checked > .label, .header-bar .list-row:selected .titlebutton.button:backdrop:insensitive:checked > .label, .list-row:selected .titlebar .titlebutton.button:backdrop:insensitive:checked > .label, @@ -3757,24 +3701,21 @@ separator { icon-shadow: none; color: white; } .list-row:selected .button:insensitive { - color: #8e9192; + color: #8d9091; border-color: #a1a1a1; background-image: linear-gradient(to bottom, #f4f4f4); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); border-color: #184472; } - .list-row:selected .button:insensitive > .label, .list-row:selected .header-bar .button.titlebutton:insensitive > .label, - .list-row:selected .titlebar .button.titlebutton:insensitive > .label { + .list-row:selected .button:insensitive > .label { color: inherit; } .list-row:selected .button:insensitive:active, .list-row:selected .button:insensitive:checked { - color: #8e9192; + color: #8d9091; border-color: #a1a1a1; - background-image: linear-gradient(to bottom, #ececec, #f4f4f4); + background-image: linear-gradient(to bottom, #ebebeb, #f4f4f4); box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - .list-row:selected .button:insensitive:active > .label, .list-row:selected .header-bar .button.titlebutton:insensitive:active > .label, - .list-row:selected .titlebar .button.titlebutton:insensitive:active > .label, .list-row:selected .button:insensitive:checked > .label, .list-row:selected .header-bar .button.titlebutton:insensitive:checked > .label, - .list-row:selected .titlebar .button.titlebutton:insensitive:checked > .label { + .list-row:selected .button:insensitive:active > .label, .list-row:selected .button:insensitive:checked > .label { color: inherit; } .list-row { @@ -3845,9 +3786,9 @@ separator { .app-notification .button:insensitive, .app-notification .button:backdrop:insensitive, .app-notification.frame .button:insensitive, .app-notification.frame .button:backdrop:insensitive { - color: #878a89; + color: #878989; border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(53, 57, 58, 0.5)); + background-image: linear-gradient(to bottom, rgba(52, 57, 57, 0.5)); background-clip: padding-box; box-shadow: none; text-shadow: none; @@ -3893,18 +3834,18 @@ GtkCalendar { color: #2e3436; } GtkCalendar.button:backdrop, .header-bar GtkCalendar.button.titlebutton:backdrop, .titlebar GtkCalendar.button.titlebutton:backdrop { - color: rgba(142, 145, 146, 0.45); } + color: rgba(141, 144, 145, 0.45); } GtkCalendar.button:insensitive, .header-bar GtkCalendar.button.titlebutton:insensitive, .titlebar GtkCalendar.button.titlebutton:insensitive { - color: rgba(142, 145, 146, 0.45); } + color: rgba(141, 144, 145, 0.45); } GtkCalendar:inconsistent, GtkCalendar:inconsistent:backdrop { color: alpha(currentColor,0.55); } GtkCalendar.highlight, GtkCalendar.highlight:backdrop { font-size: smaller; color: #2e3436; } GtkCalendar:backdrop { - color: #333333; - border-color: darkgray; } + color: #323232; + border-color: #a8a8a8; } /*********** * Dialogs * @@ -3947,31 +3888,29 @@ GtkCalendar { icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); } .message-dialog.csd .dialog-action-area .button:insensitive { - color: #8e9192; + color: #8d9091; border-color: #a1a1a1; background-image: linear-gradient(to bottom, #f4f4f4); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - .message-dialog.csd .dialog-action-area .button:insensitive > .label, .message-dialog.csd .dialog-action-area .header-bar .button.titlebutton:insensitive > .label, - .message-dialog.csd .dialog-action-area .titlebar .button.titlebutton:insensitive > .label { + .message-dialog.csd .dialog-action-area .button:insensitive > .label { color: inherit; } .message-dialog.csd .dialog-action-area .button:backdrop { - color: #8e9192; - border-color: darkgray; + color: #8d9091; + border-color: #a8a8a8; background-image: linear-gradient(to bottom, #ededed); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } .message-dialog.csd .dialog-action-area .button:backdrop:insensitive { color: #c7c7c7; - border-color: darkgray; + border-color: #a8a8a8; background-image: linear-gradient(to bottom, #f4f4f4); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - .message-dialog.csd .dialog-action-area .button:backdrop:insensitive > .label, .message-dialog.csd .dialog-action-area .header-bar .button.titlebutton:backdrop:insensitive > .label, - .message-dialog.csd .dialog-action-area .titlebar .button.titlebutton:backdrop:insensitive > .label { + .message-dialog.csd .dialog-action-area .button:backdrop:insensitive > .label { color: inherit; } .message-dialog.csd .dialog-action-area .button.suggested-action { color: white; @@ -3998,7 +3937,7 @@ GtkCalendar { icon-shadow: 0 -1px rgba(0, 0, 0, 0.62353); box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); } .message-dialog.csd .dialog-action-area .button.suggested-action:backdrop { - color: #dbe9f7; + color: #dae8f7; border-color: #4a90d9; background-image: linear-gradient(to bottom, #4a90d9); text-shadow: none; @@ -4006,23 +3945,21 @@ GtkCalendar { box-shadow: inset 0 1px rgba(255, 255, 255, 0); } .message-dialog.csd .dialog-action-area .button.suggested-action:backdrop:insensitive { color: #c7c7c7; - border-color: darkgray; + border-color: #a8a8a8; background-image: linear-gradient(to bottom, #f4f4f4); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - .message-dialog.csd .dialog-action-area .button.suggested-action:backdrop:insensitive > .label, .message-dialog.csd .dialog-action-area .header-bar .suggested-action.button.titlebutton:backdrop:insensitive > .label, - .message-dialog.csd .dialog-action-area .titlebar .suggested-action.button.titlebutton:backdrop:insensitive > .label { + .message-dialog.csd .dialog-action-area .button.suggested-action:backdrop:insensitive > .label { color: inherit; } .message-dialog.csd .dialog-action-area .button.suggested-action:insensitive { - color: #8e9192; + color: #8d9091; border-color: #a1a1a1; background-image: linear-gradient(to bottom, #f4f4f4); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - .message-dialog.csd .dialog-action-area .button.suggested-action:insensitive > .label, .message-dialog.csd .dialog-action-area .header-bar .suggested-action.button.titlebutton:insensitive > .label, - .message-dialog.csd .dialog-action-area .titlebar .suggested-action.button.titlebutton:insensitive > .label { + .message-dialog.csd .dialog-action-area .button.suggested-action:insensitive > .label { color: inherit; } .message-dialog.csd .dialog-action-area .button.destructive-action { color: white; @@ -4049,7 +3986,7 @@ GtkCalendar { icon-shadow: 0 -1px rgba(0, 0, 0, 0.64078); box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); } .message-dialog.csd .dialog-action-area .button.destructive-action:backdrop { - color: #fcd4d4; + color: #fbd4d4; border-color: #ef2929; background-image: linear-gradient(to bottom, #ef2929); text-shadow: none; @@ -4057,23 +3994,21 @@ GtkCalendar { box-shadow: inset 0 1px rgba(255, 255, 255, 0); } .message-dialog.csd .dialog-action-area .button.destructive-action:backdrop:insensitive { color: #c7c7c7; - border-color: darkgray; + border-color: #a8a8a8; background-image: linear-gradient(to bottom, #f4f4f4); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - .message-dialog.csd .dialog-action-area .button.destructive-action:backdrop:insensitive > .label, .message-dialog.csd .dialog-action-area .header-bar .destructive-action.button.titlebutton:backdrop:insensitive > .label, - .message-dialog.csd .dialog-action-area .titlebar .destructive-action.button.titlebutton:backdrop:insensitive > .label { + .message-dialog.csd .dialog-action-area .button.destructive-action:backdrop:insensitive > .label { color: inherit; } .message-dialog.csd .dialog-action-area .button.destructive-action:insensitive { - color: #8e9192; + color: #8d9091; border-color: #a1a1a1; background-image: linear-gradient(to bottom, #f4f4f4); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - .message-dialog.csd .dialog-action-area .button.destructive-action:insensitive > .label, .message-dialog.csd .dialog-action-area .header-bar .destructive-action.button.titlebutton:insensitive > .label, - .message-dialog.csd .dialog-action-area .titlebar .destructive-action.button.titlebutton:insensitive > .label { + .message-dialog.csd .dialog-action-area .button.destructive-action:insensitive > .label { color: inherit; } .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .button:insensitive, .message-dialog.csd .dialog-action-area .button:backdrop, .message-dialog.csd .dialog-action-area .button:backdrop:insensitive, .message-dialog.csd .dialog-action-area .button.suggested-action, .message-dialog.csd .dialog-action-area .button.suggested-action:hover, .message-dialog.csd .dialog-action-area .button.suggested-action:active, .message-dialog.csd .dialog-action-area .button.suggested-action:backdrop, .message-dialog.csd .dialog-action-area .button.suggested-action:backdrop:insensitive, .message-dialog.csd .dialog-action-area .button.suggested-action:insensitive, .message-dialog.csd .dialog-action-area .button.destructive-action, .message-dialog.csd .dialog-action-area .button.destructive-action:hover, .message-dialog.csd .dialog-action-area .button.destructive-action:active, .message-dialog.csd .dialog-action-area .button.destructive-action:backdrop, .message-dialog.csd .dialog-action-area .button.destructive-action:backdrop:insensitive, .message-dialog.csd .dialog-action-area .button.destructive-action:insensitive { border-left-style: solid; @@ -4097,7 +4032,7 @@ GtkFileChooserDialog .search-bar { GtkFileChooserDialog .dialog-action-box { border-top: 1px solid #a1a1a1; } GtkFileChooserDialog .dialog-action-box:backdrop { - border-top-color: darkgray; } + border-top-color: #a8a8a8; } /*********** * Sidebar * @@ -4137,9 +4072,7 @@ GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { GtkVolumeButton.sidebar-button.button, .header-bar .sidebar-button.titlebutton.button, .titlebar .sidebar-button.titlebutton.button { padding: 5px; } - .sidebar-button.button:not(:hover):not(:active) > image, .header-bar .sidebar-button.button.titlebutton:not(:hover):not(:active) > image, - .titlebar .sidebar-button.button.titlebutton:not(:hover):not(:active) > image, .sidebar-button.button:backdrop > image, .header-bar .sidebar-button.button.titlebutton:backdrop > image, - .titlebar .sidebar-button.button.titlebutton:backdrop > image { + .sidebar-button.button:not(:hover):not(:active) > image, .sidebar-button.button:backdrop > image { opacity: 0.7; } .sidebar-item { @@ -4175,7 +4108,7 @@ GtkPaned { GtkPaned .pane-separator { background-color: #a1a1a1; } GtkPaned .pane-separator:backdrop { - background-color: darkgray; } + background-color: #a8a8a8; } GtkPaned.wide { -GtkPaned-handle-size: 5; @@ -4188,7 +4121,7 @@ GtkPaned.wide { GtkPaned.wide.vertical .pane-separator { border-style: solid none; } GtkPaned.wide .pane-separator:backdrop { - border-color: darkgray; } + border-color: #a8a8a8; } /************** * GtkInfoBar * @@ -4255,29 +4188,22 @@ infobar { .question .button:insensitive, .warning .button:insensitive, .error .button:insensitive { - color: #b2d0ef; + color: #b2cfee; border-color: #1c5187; - background-image: linear-gradient(to bottom, #65a1df); + background-image: linear-gradient(to bottom, #65a0de); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - .info .button:insensitive > .label, .info .header-bar .button.titlebutton:insensitive > .label, - .info .titlebar .button.titlebutton:insensitive > .label, + .info .button:insensitive > .label, .question .button:insensitive > .label, - .question .header-bar .button.titlebutton:insensitive > .label, - .question .titlebar .button.titlebutton:insensitive > .label, .warning .button:insensitive > .label, - .warning .header-bar .button.titlebutton:insensitive > .label, - .warning .titlebar .button.titlebutton:insensitive > .label, - .error .button:insensitive > .label, - .error .header-bar .button.titlebutton:insensitive > .label, - .error .titlebar .button.titlebutton:insensitive > .label { + .error .button:insensitive > .label { color: inherit; } .info .button:backdrop, .question .button:backdrop, .warning .button:backdrop, .error .button:backdrop { - color: #dbe9f7; + color: #dae8f7; border-color: #4a90d9; background-image: linear-gradient(to bottom, #4a90d9); text-shadow: none; @@ -4288,24 +4214,17 @@ infobar { .question .button:backdrop:insensitive, .warning .button:backdrop:insensitive, .error .button:backdrop:insensitive { - color: #9bc2ea; - border-color: #65a1df; - background-image: linear-gradient(to bottom, #65a1df); + color: #9ac1e9; + border-color: #65a0de; + background-image: linear-gradient(to bottom, #65a0de); text-shadow: none; icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); border-color: #1c5187; } - .info .button:backdrop:insensitive > .label, .info .header-bar .button.titlebutton:backdrop:insensitive > .label, - .info .titlebar .button.titlebutton:backdrop:insensitive > .label, + .info .button:backdrop:insensitive > .label, .question .button:backdrop:insensitive > .label, - .question .header-bar .button.titlebutton:backdrop:insensitive > .label, - .question .titlebar .button.titlebutton:backdrop:insensitive > .label, .warning .button:backdrop:insensitive > .label, - .warning .header-bar .button.titlebutton:backdrop:insensitive > .label, - .warning .titlebar .button.titlebutton:backdrop:insensitive > .label, - .error .button:backdrop:insensitive > .label, - .error .header-bar .button.titlebutton:backdrop:insensitive > .label, - .error .titlebar .button.titlebutton:backdrop:insensitive > .label { + .error .button:backdrop:insensitive > .label { color: inherit; } .info label:selected, .info label:selected:focus, .info label:selected:hover, .question label:selected, @@ -4429,8 +4348,8 @@ GtkColorSwatch { icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); box-shadow: inset 0 1px white, 0 1px white; } GtkColorSwatch#add-color-button:backdrop { - color: #8e9192; - border-color: darkgray; + color: #8d9091; + border-color: #a8a8a8; background-image: linear-gradient(to bottom, #ededed); text-shadow: none; icon-shadow: none; @@ -4497,7 +4416,7 @@ decoration { border-radius: 0; margin: 4px; background-color: #ededed; - border: solid 1px darkgray; + border: solid 1px #a8a8a8; box-shadow: none; } .header-bar .titlebutton.button, @@ -4523,7 +4442,7 @@ decoration { outline-color: rgba(255, 255, 255, 0.3); } .view:insensitive:selected, GtkCalendar:insensitive:selected, label:insensitive:selected, .grid-child:insensitive:selected, entry:insensitive:selected, .menuitem.button.flat:insensitive:selected, .menuitem.sidebar-button.button:insensitive:selected, .header-bar .menuitem.titlebutton.button:insensitive:selected, .titlebar .menuitem.titlebutton.button:insensitive:selected, .list-row:insensitive:selected, .sidebar:insensitive:selected, GtkPlacesSidebar.sidebar .list-row:selected:insensitive label { - color: #a5c8ec; } + color: #a4c7ec; } .view:backdrop:selected, GtkCalendar:backdrop:selected, label:backdrop:selected, .grid-child:backdrop:selected, entry:backdrop:selected, .menuitem.button.flat:backdrop:selected, .menuitem.sidebar-button.button:backdrop:selected, .header-bar .menuitem.titlebutton.button:backdrop:selected, .titlebar .menuitem.titlebutton.button:backdrop:selected, .list-row:backdrop:selected, .sidebar:backdrop:selected { color: #ffffff; } @@ -4632,9 +4551,9 @@ decoration { icon-shadow: none; outline-color: rgba(238, 238, 236, 0.3); } .touch-selection .button:insensitive, .touch-selection .button:backdrop:insensitive { - color: #878a89; + color: #878989; border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(53, 57, 58, 0.5)); + background-image: linear-gradient(to bottom, rgba(52, 57, 57, 0.5)); background-clip: padding-box; box-shadow: none; text-shadow: none; @@ -4735,7 +4654,7 @@ decoration { border: none; box-shadow: none; } .overshoot.top:backdrop { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(darkgray), to(rgba(169, 169, 169, 0))); + background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#a8a8a8), to(rgba(168, 168, 168, 0))); background-size: 100% 5%; background-repeat: no-repeat; background-position: center top; @@ -4751,7 +4670,7 @@ decoration { border: none; box-shadow: none; } .overshoot.bottom:backdrop { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(darkgray), to(rgba(169, 169, 169, 0))); + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#a8a8a8), to(rgba(168, 168, 168, 0))); background-size: 100% 5%; background-repeat: no-repeat; background-position: center bottom; @@ -4767,7 +4686,7 @@ decoration { border: none; box-shadow: none; } .overshoot.left:backdrop { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(darkgray), to(rgba(169, 169, 169, 0))); + background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#a8a8a8), to(rgba(168, 168, 168, 0))); background-size: 5% 100%; background-repeat: no-repeat; background-position: left center; @@ -4783,7 +4702,7 @@ decoration { border: none; box-shadow: none; } .overshoot.right:backdrop { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(darkgray), to(rgba(169, 169, 169, 0))); + background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#a8a8a8), to(rgba(168, 168, 168, 0))); background-size: 5% 100%; background-repeat: no-repeat; background-position: right center; @@ -4869,13 +4788,13 @@ base background color of insensitive widgets */ @define-color insensitive_bg_color #f4f4f4; /* text foreground color of insensitive widgets */ -@define-color insensitive_fg_color #8e9192; +@define-color insensitive_fg_color #8d9091; /* insensitive text widgets and the like base background color */ @define-color insensitive_base_color #ffffff; /* widget text/foreground color on backdrop windows */ -@define-color theme_unfocused_fg_color #8e9192; +@define-color theme_unfocused_fg_color #8d9091; /* text color for entries, views and content in general on backdrop windows */ @define-color theme_unfocused_text_color black; @@ -4896,7 +4815,7 @@ widgets main borders color */ @define-color borders #a1a1a1; /* widgets main borders color on backdrop windows */ -@define-color unfocused_borders darkgray; +@define-color unfocused_borders #a8a8a8; /* these are pretty self explicative */ @define-color warning_color #f57900; @@ -4906,7 +4825,7 @@ these are pretty self explicative */ these colors are exported for the window manager and shouldn't be used in applications, read if you used those and something break with a version upgrade you're on your own... */ @define-color wm_title shade(#2e3436, 1.8); -@define-color wm_unfocused_title #8e9192; +@define-color wm_unfocused_title #8d9091; @define-color wm_highlight white; @define-color wm_borders_edge white; @define-color wm_bg_a shade(#ededed, 1.2); diff --git a/gtk/theme/HighContrast/_common.scss b/gtk/theme/HighContrast/_common.scss index e6eaa1ee23..141f7856eb 100644 --- a/gtk/theme/HighContrast/_common.scss +++ b/gtk/theme/HighContrast/_common.scss @@ -1226,7 +1226,7 @@ GtkTreeView.view.progressbar { //Progressbar in treeview cells * Tabs * *****************/ -GtkNotebook { +notebook { -GtkNotebook-initial-gap: 10; -GtkNotebook-arrow-spacing: 5; -GtkNotebook-tab-curvature: 0; @@ -1234,9 +1234,7 @@ GtkNotebook { -GtkNotebook-has-tab-gap: false; -GtkWidget-focus-padding: 0; -GtkWidget-focus-line-width: 0; -} -notebook { // Through me you go to the grief wracked city; // Through me you go to everlasting pain; // Through me you go a pass among lost souls. diff --git a/gtk/theme/HighContrast/gtk.css b/gtk/theme/HighContrast/gtk.css index ccc171890c..3e62c1c50b 100644 --- a/gtk/theme/HighContrast/gtk.css +++ b/gtk/theme/HighContrast/gtk.css @@ -5,15 +5,15 @@ @define-color theme_selected_bg_color #000; @define-color theme_selected_fg_color #fff; @define-color insensitive_bg_color white; -@define-color insensitive_fg_color gray; +@define-color insensitive_fg_color #7f7f7f; @define-color insensitive_base_color #fff; @define-color theme_unfocused_fg_color #000; @define-color theme_unfocused_bg_color #fff; @define-color theme_unfocused_base_color #fff; @define-color theme_unfocused_selected_bg_color #000; @define-color theme_unfocused_selected_fg_color #fff; -@define-color borders gray; -@define-color unfocused_borders #8d8d8d; +@define-color borders #7f7f7f; +@define-color unfocused_borders #8b8b8b; @define-color warning_color #f57900; @define-color error_color #cc0000; @define-color success_color #73d216; @@ -92,7 +92,7 @@ color: #000; } .gtkstyle-fallback:insensitive { background-color: white; - color: gray; } + color: #7f7f7f; } .gtkstyle-fallback:selected { background-color: #000; color: #fff; } @@ -109,7 +109,7 @@ background-color: rgba(0, 0, 0, 0.2); } .overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#010101), to(rgba(1, 1, 1, 0))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(0, 0, 0, 0.5)), to(transparent)); + background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(black), to(transparent)), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(0, 0, 0, 0.5)), to(transparent)); background-size: 100% 5%, 100% 100%; background-repeat: no-repeat; background-position: center top; @@ -117,7 +117,7 @@ border: none; box-shadow: none; } .overshoot.top:backdrop { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#8d8d8d), to(rgba(141, 141, 141, 0))); + background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#8b8b8b), to(rgba(139, 139, 139, 0))); background-size: 100% 5%; background-repeat: no-repeat; background-position: center top; @@ -125,7 +125,7 @@ border: none; box-shadow: none; } .overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#010101), to(rgba(1, 1, 1, 0))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(0, 0, 0, 0.5)), to(transparent)); + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(black), to(transparent)), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(0, 0, 0, 0.5)), to(transparent)); background-size: 100% 5%, 100% 100%; background-repeat: no-repeat; background-position: center bottom; @@ -133,7 +133,7 @@ border: none; box-shadow: none; } .overshoot.bottom:backdrop { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#8d8d8d), to(rgba(141, 141, 141, 0))); + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#8b8b8b), to(rgba(139, 139, 139, 0))); background-size: 100% 5%; background-repeat: no-repeat; background-position: center bottom; @@ -141,7 +141,7 @@ border: none; box-shadow: none; } .overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#010101), to(rgba(1, 1, 1, 0))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(0, 0, 0, 0.5)), to(transparent)); + background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(black), to(transparent)), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(0, 0, 0, 0.5)), to(transparent)); background-size: 5% 100%, 100% 100%; background-repeat: no-repeat; background-position: left center; @@ -149,7 +149,7 @@ border: none; box-shadow: none; } .overshoot.left:backdrop { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#8d8d8d), to(rgba(141, 141, 141, 0))); + background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#8b8b8b), to(rgba(139, 139, 139, 0))); background-size: 5% 100%; background-repeat: no-repeat; background-position: left center; @@ -157,7 +157,7 @@ border: none; box-shadow: none; } .overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#010101), to(rgba(1, 1, 1, 0))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(0, 0, 0, 0.5)), to(transparent)); + background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(black), to(transparent)), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(0, 0, 0, 0.5)), to(transparent)); background-size: 5% 100%, 100% 100%; background-repeat: no-repeat; background-position: right center; @@ -165,7 +165,7 @@ border: none; box-shadow: none; } .overshoot.right:backdrop { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#8d8d8d), to(rgba(141, 141, 141, 0))); + background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#8b8b8b), to(rgba(139, 139, 139, 0))); background-size: 5% 100%; background-repeat: no-repeat; background-position: right center; @@ -174,7 +174,7 @@ box-shadow: none; } label:insensitive, label:backdrop:insensitive { - color: gray; } + color: #7f7f7f; } /********************* * Spinner Animation * @@ -204,15 +204,15 @@ entry { background-color: transparent; border-style: solid; background-image: linear-gradient(to bottom, #f7f7f7, #fff 90%); - border-color: gray; - box-shadow: inset 0 2px 2px -2px gray; } + border-color: #7f7f7f; + box-shadow: inset 0 2px 2px -2px #7f7f7f; } entry.flat, entry.flat:focus { padding: 2px; background-color: transparent; border-style: solid; background-image: linear-gradient(to bottom, #f7f7f7, #fff 90%); - border-color: gray; - box-shadow: inset 0 2px 2px -2px gray; + border-color: #7f7f7f; + box-shadow: inset 0 2px 2px -2px #7f7f7f; border: none; border-radius: 0; } entry:focus { @@ -220,13 +220,13 @@ entry { border-style: solid; background-image: linear-gradient(to bottom, #f7f7f7, #fff 90%); border-color: #000; - box-shadow: inset 0 2px 2px -2px gray, inset 0 0 2px 1px #cccccc; } + box-shadow: inset 0 2px 2px -2px #7f7f7f, inset 0 0 2px 1px #cccccc; } entry:insensitive { background-color: transparent; border-style: solid; background-image: linear-gradient(to bottom, #f7f7f7, #fff 90%); - color: gray; - border-color: gray; + color: #7f7f7f; + border-color: #7f7f7f; background-image: linear-gradient(to bottom, white); box-shadow: none; } entry:backdrop { @@ -240,7 +240,7 @@ entry { background-color: transparent; border-style: solid; background-image: linear-gradient(to bottom, #f7f7f7, #fff 90%); - color: gray; + color: #7f7f7f; background-image: linear-gradient(to bottom, #fff); box-shadow: 0 1px rgba(255, 255, 255, 0); } entry:selected, entry:backdrop:selected { @@ -272,10 +272,10 @@ entry { background-color: transparent; border-style: solid; background-image: linear-gradient(to bottom, #f7f7f7, #fff 90%); - border-color: gray; - box-shadow: inset 0 2px 2px -2px gray; + border-color: #7f7f7f; + box-shadow: inset 0 2px 2px -2px #7f7f7f; background-image: linear-gradient(to bottom, #fff); - border-bottom-color: #d9d9d9; + border-bottom-color: #d8d8d8; box-shadow: none; } .linked.vertical entry:focus { border-color: #000; @@ -284,19 +284,19 @@ entry { background-color: transparent; border-style: solid; background-image: linear-gradient(to bottom, #f7f7f7, #fff 90%); - color: gray; - border-color: gray; + color: #7f7f7f; + border-color: #7f7f7f; background-image: linear-gradient(to bottom, white); box-shadow: none; - border-bottom-color: #d9d9d9; } + border-bottom-color: #d8d8d8; } .linked.vertical entry:insensitive:backdrop { background-color: transparent; border-style: solid; background-image: linear-gradient(to bottom, #f7f7f7, #fff 90%); - color: gray; + color: #7f7f7f; background-image: linear-gradient(to bottom, #fff); box-shadow: 0 1px rgba(255, 255, 255, 0); - border-bottom-color: #dddddd; } + border-bottom-color: gainsboro; } .linked.vertical entry:backdrop { background-color: transparent; border-style: solid; @@ -304,37 +304,37 @@ entry { color: #000; background-image: linear-gradient(to bottom, #fff); box-shadow: 0 1px rgba(255, 255, 255, 0); - border-bottom-color: #dddddd; } + border-bottom-color: gainsboro; } .linked.vertical entry:first-child { background-color: transparent; border-style: solid; background-image: linear-gradient(to bottom, #f7f7f7, #fff 90%); - border-color: gray; - box-shadow: inset 0 2px 2px -2px gray; - border-bottom-color: #d9d9d9; } + border-color: #7f7f7f; + box-shadow: inset 0 2px 2px -2px #7f7f7f; + border-bottom-color: #d8d8d8; } .linked.vertical entry:first-child:focus { background-color: transparent; border-style: solid; background-image: linear-gradient(to bottom, #f7f7f7, #fff 90%); border-color: #000; - box-shadow: inset 0 2px 2px -2px gray, inset 0 0 2px 1px #cccccc; } + box-shadow: inset 0 2px 2px -2px #7f7f7f, inset 0 0 2px 1px #cccccc; } .linked.vertical entry:first-child:insensitive { background-color: transparent; border-style: solid; background-image: linear-gradient(to bottom, #f7f7f7, #fff 90%); - color: gray; - border-color: gray; + color: #7f7f7f; + border-color: #7f7f7f; background-image: linear-gradient(to bottom, white); box-shadow: none; - border-bottom-color: #dddddd; } + border-bottom-color: gainsboro; } .linked.vertical entry:first-child:insensitive:backdrop { background-color: transparent; border-style: solid; background-image: linear-gradient(to bottom, #f7f7f7, #fff 90%); - color: gray; + color: #7f7f7f; background-image: linear-gradient(to bottom, #fff); box-shadow: 0 1px rgba(255, 255, 255, 0); - border-bottom-color: #dddddd; + border-bottom-color: gainsboro; border-top-style: solid; } .linked.vertical entry:first-child:backdrop { background-color: transparent; @@ -343,13 +343,13 @@ entry { color: #000; background-image: linear-gradient(to bottom, #fff); box-shadow: 0 1px rgba(255, 255, 255, 0); - border-bottom-color: #dddddd; } + border-bottom-color: gainsboro; } .linked.vertical entry:last-child { background-color: transparent; border-style: solid; background-image: linear-gradient(to bottom, #f7f7f7, #fff 90%); - border-color: gray; - box-shadow: inset 0 2px 2px -2px gray; + border-color: #7f7f7f; + box-shadow: inset 0 2px 2px -2px #7f7f7f; border-top-width: 0; background-image: linear-gradient(to bottom, #fff); box-shadow: none; } @@ -360,15 +360,15 @@ entry { background-color: transparent; border-style: solid; background-image: linear-gradient(to bottom, #f7f7f7, #fff 90%); - color: gray; - border-color: gray; + color: #7f7f7f; + border-color: #7f7f7f; background-image: linear-gradient(to bottom, white); box-shadow: none; } .linked.vertical entry:last-child:insensitive:backdrop { background-color: transparent; border-style: solid; background-image: linear-gradient(to bottom, #f7f7f7, #fff 90%); - color: gray; + color: #7f7f7f; background-image: linear-gradient(to bottom, #fff); box-shadow: 0 1px rgba(255, 255, 255, 0); } .linked.vertical entry:last-child:backdrop { @@ -386,7 +386,7 @@ entry { border-style: solid; background-image: linear-gradient(to bottom, #f7f7f7, #fff 90%); border-color: #cc0000; - box-shadow: inset 0 2px 2px -2px gray, inset 0 0 2px 1px #f5cccc; } + box-shadow: inset 0 2px 2px -2px #7f7f7f, inset 0 0 2px 1px #f4cccc; } entry.error:selected, entry.error:selected:focus { background-color: #cc0000; } entry.warning { @@ -397,7 +397,7 @@ entry { border-style: solid; background-image: linear-gradient(to bottom, #f7f7f7, #fff 90%); border-color: #f57900; - box-shadow: inset 0 2px 2px -2px gray, inset 0 0 2px 1px #fde4cc; } + box-shadow: inset 0 2px 2px -2px #7f7f7f, inset 0 0 2px 1px #fde4cc; } entry.warning:selected, entry.warning:selected:focus { background-color: #f57900; } @@ -418,13 +418,13 @@ entry { color: #000; background-image: none; background-color: #fff; - border-color: gray; } + border-color: #7f7f7f; } .button:hover, .button.flat:hover, .sidebar-button.button:hover { border-width: 2px; border-style: solid; color: #000; background-color: #fff; - border-color: gray; + border-color: #7f7f7f; background-image: none; -gtk-image-effect: highlight; } .button:active, .button.flat:active, .sidebar-button.button:active, .button:checked, .button.flat:checked, .sidebar-button.button:checked { @@ -433,14 +433,14 @@ entry { background-image: none; color: white; background-color: black; - border-color: gray; + border-color: #7f7f7f; transition-duration: 50ms; } .button:backdrop, .button.flat:backdrop, .sidebar-button.button:backdrop { border-width: 2px; border-style: solid; color: #000; background-color: #fff; - border-color: #8d8d8d; + border-color: #8b8b8b; background-image: none; text-shadow: none; icon-shadow: none; } @@ -448,37 +448,37 @@ entry { border-width: 2px; border-style: solid; color: white; - background-color: #8d8d8d; - border-color: #8d8d8d; + background-color: #8b8b8b; + border-color: #8b8b8b; background-image: none; } .button:backdrop:insensitive, .button.flat:backdrop:insensitive, .sidebar-button.button:backdrop:insensitive { border-width: 2px; border-style: solid; - color: gray; + color: #7f7f7f; background-color: white; - border-color: #8d8d8d; + border-color: #8b8b8b; background-image: none; } .button:backdrop:insensitive:active, .button.flat:backdrop:insensitive:active, .sidebar-button.button:backdrop:insensitive:active { border-width: 2px; border-style: solid; - color: gray; - border-color: #8d8d8d; + color: #7f7f7f; + border-color: #8b8b8b; background-image: none; - background-color: #f6f6f6; } + background-color: whitesmoke; } .button:insensitive { border-width: 2px; border-style: solid; - color: gray; + color: #7f7f7f; background-color: white; - border-color: gray; + border-color: #7f7f7f; background-image: none; text-shadow: none; icon-shadow: none; } .button:insensitive:active, .button:insensitive.flat:active, .sidebar-button.button:insensitive:active { border-width: 2px; border-style: solid; - color: gray; - border-color: gray; + color: #7f7f7f; + border-color: #7f7f7f; background-image: none; background-color: white; } .osd .button { @@ -509,7 +509,7 @@ entry { border-width: 2px; border-style: solid; border-color: rgba(255, 255, 255, 0.2); - color: gray; } + color: #7f7f7f; } .osd .button:backdrop { border-width: 2px; border-style: solid; } @@ -546,16 +546,16 @@ entry { .button.suggested-action:backdrop:insensitive { border-width: 2px; border-style: solid; - color: gray; + color: #7f7f7f; background-color: white; - border-color: #8d8d8d; + border-color: #8b8b8b; background-image: none; } .button.suggested-action:insensitive { border-width: 2px; border-style: solid; - color: gray; + color: #7f7f7f; background-color: white; - border-color: gray; + border-color: #7f7f7f; background-image: none; text-shadow: none; icon-shadow: none; } @@ -592,16 +592,16 @@ entry { .button.destructive-action:backdrop:insensitive { border-width: 2px; border-style: solid; - color: gray; + color: #7f7f7f; background-color: white; - border-color: #8d8d8d; + border-color: #8b8b8b; background-image: none; } .button.destructive-action:insensitive { border-width: 2px; border-style: solid; - color: gray; + color: #7f7f7f; background-color: white; - border-color: gray; + border-color: #7f7f7f; background-image: none; text-shadow: none; icon-shadow: none; } @@ -621,13 +621,13 @@ entry { color: #000; background-image: none; background-color: #fff; - border-color: gray; } + border-color: #7f7f7f; } .inline-toolbar GtkToolButton > .button:hover { border-width: 2px; border-style: solid; color: #000; background-color: #fff; - border-color: gray; + border-color: #7f7f7f; background-image: none; } .inline-toolbar GtkToolButton > .button:active { border-width: 2px; @@ -635,21 +635,21 @@ entry { background-image: none; color: white; background-color: black; - border-color: gray; } + border-color: #7f7f7f; } .inline-toolbar GtkToolButton > .button:insensitive { border-width: 2px; border-style: solid; - color: gray; + color: #7f7f7f; background-color: white; - border-color: gray; + border-color: #7f7f7f; background-image: none; text-shadow: none; icon-shadow: none; } .inline-toolbar GtkToolButton > .button:insensitive:active { border-width: 2px; border-style: solid; - color: gray; - border-color: gray; + color: #7f7f7f; + border-color: #7f7f7f; background-image: none; background-color: white; } .inline-toolbar GtkToolButton > .button:backdrop { @@ -657,7 +657,7 @@ entry { border-style: solid; color: #000; background-color: #fff; - border-color: #8d8d8d; + border-color: #8b8b8b; background-image: none; text-shadow: none; icon-shadow: none; } @@ -665,23 +665,23 @@ entry { border-width: 2px; border-style: solid; color: white; - background-color: #8d8d8d; - border-color: #8d8d8d; + background-color: #8b8b8b; + border-color: #8b8b8b; background-image: none; } .inline-toolbar GtkToolButton > .button:backdrop:insensitive { border-width: 2px; border-style: solid; - color: gray; + color: #7f7f7f; background-color: white; - border-color: #8d8d8d; + border-color: #8b8b8b; background-image: none; } .inline-toolbar GtkToolButton > .button:backdrop:insensitive:active { border-width: 2px; border-style: solid; - color: gray; - border-color: #8d8d8d; + color: #7f7f7f; + border-color: #8b8b8b; background-image: none; - background-color: #f6f6f6; } + background-color: whitesmoke; } .inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar.toolbar GtkToolButton > .sidebar-button.button { border-radius: 0; @@ -769,7 +769,7 @@ entry { color: #fff; background-color: #000; } .menuitem.button.flat:insensitive, .menuitem.sidebar-button.button:insensitive { - color: gray; } + color: #7f7f7f; } GtkColorButton.button { padding: 4px; } @@ -814,12 +814,12 @@ GtkColorButton.button { background-color: transparent; border-style: solid; background-image: linear-gradient(to bottom, #f7f7f7, #fff 90%); - border-color: gray; - box-shadow: inset 0 2px 2px -2px gray; + border-color: #7f7f7f; + box-shadow: inset 0 2px 2px -2px #7f7f7f; background-image: none; border-width: 0 0 0 1px; - border-color: rgba(128, 128, 128, 0.3); - color: #0d0d0d; + border-color: rgba(127, 127, 127, 0.3); + color: #0c0c0c; border-radius: 0; } .spinbutton .button:dir(rtl) { border-width: 0 1px 0 0; } @@ -828,17 +828,17 @@ GtkColorButton.button { background-color: rgba(0, 0, 0, 0.05); } .spinbutton .button:insensitive { box-shadow: none; - color: rgba(128, 128, 128, 0.3); } + color: rgba(127, 127, 127, 0.3); } .spinbutton .button:active { box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.2); background-color: rgba(0, 0, 0, 0.1); } .spinbutton .button:backdrop { - border-color: rgba(141, 141, 141, 0.3); + border-color: rgba(139, 139, 139, 0.3); background-color: #fff; box-shadow: none; } .spinbutton .button:backdrop:insensitive { box-shadow: none; - color: rgba(128, 128, 128, 0.3); + color: rgba(127, 127, 127, 0.3); border-width: 0 0 0 1px; } .spinbutton .button:backdrop:insensitive:dir(rtl) { border-width: 0 1px 0 0; } @@ -848,27 +848,27 @@ GtkColorButton.button { color: #000; background-image: none; background-color: #fff; - border-color: gray; } + border-color: #7f7f7f; } .spinbutton.vertical .button:first-child:active { border-width: 2px; border-style: solid; background-image: none; color: white; background-color: black; - border-color: gray; } + border-color: #7f7f7f; } .spinbutton.vertical .button:first-child:hover { border-width: 2px; border-style: solid; color: #000; background-color: #fff; - border-color: gray; + border-color: #7f7f7f; background-image: none; } .spinbutton.vertical .button:first-child:insensitive { border-width: 2px; border-style: solid; - color: gray; + color: #7f7f7f; background-color: white; - border-color: gray; + border-color: #7f7f7f; background-image: none; text-shadow: none; icon-shadow: none; } @@ -877,7 +877,7 @@ GtkColorButton.button { border-style: solid; color: #000; background-color: #fff; - border-color: #8d8d8d; + border-color: #8b8b8b; background-image: none; text-shadow: none; icon-shadow: none; } @@ -887,27 +887,27 @@ GtkColorButton.button { color: #000; background-image: none; background-color: #fff; - border-color: gray; } + border-color: #7f7f7f; } .spinbutton.vertical .button:last-child:active { border-width: 2px; border-style: solid; background-image: none; color: white; background-color: black; - border-color: gray; } + border-color: #7f7f7f; } .spinbutton.vertical .button:last-child:hover { border-width: 2px; border-style: solid; color: #000; background-color: #fff; - border-color: gray; + border-color: #7f7f7f; background-image: none; } .spinbutton.vertical .button:last-child:insensitive { border-width: 2px; border-style: solid; - color: gray; + color: #7f7f7f; background-color: white; - border-color: gray; + border-color: #7f7f7f; background-image: none; text-shadow: none; icon-shadow: none; } @@ -916,16 +916,16 @@ GtkColorButton.button { border-style: solid; color: #000; background-color: #fff; - border-color: #8d8d8d; + border-color: #8b8b8b; background-image: none; text-shadow: none; icon-shadow: none; } .spinbutton.vertical .button:backdrop:insensitive { border-width: 2px; border-style: solid; - color: gray; + color: #7f7f7f; background-color: white; - border-color: #8d8d8d; + border-color: #8b8b8b; background-image: none; } .spinbutton.vertical.entry { border-radius: 0; } @@ -947,7 +947,7 @@ GtkComboBox { text-shadow: 0 1px white; icon-shadow: 0 1px white; } GtkComboBox:insensitive { - color: gray; + color: #7f7f7f; text-shadow: none; icon-shadow: none; } GtkComboBox:backdrop { @@ -955,7 +955,7 @@ GtkComboBox { text-shadow: none; icon-shadow: none; } GtkComboBox:backdrop:insensitive { - color: gray; } + color: #7f7f7f; } GtkComboBox .menuitem { text-shadow: none; } GtkComboBox separator.vertical, GtkComboBox GtkPlacesSidebar.sidebar .view separator.vertical, GtkPlacesSidebar.sidebar .view GtkComboBox separator.vertical { @@ -992,19 +992,19 @@ GtkComboBox { border-width: 0 0 1px; padding: 3px; } .toolbar.vertical { - border-right: 1px solid gray; } + border-right: 1px solid #7f7f7f; } .toolbar.vertical:dir(rtl) { border-right: none; - border-left: 1px solid gray; } + border-left: 1px solid #7f7f7f; } .toolbar.inline-toolbar, .toolbar.search-bar { border-style: solid; - border-color: gray; - background-color: #d9d9d9; - box-shadow: inset 0 2px 3px -1px #a4a4a4; } + border-color: #7f7f7f; + background-color: #d8d8d8; + box-shadow: inset 0 2px 3px -1px #a2a2a2; } .toolbar.inline-toolbar:backdrop, .toolbar.search-bar:backdrop { - border-color: #8d8d8d; - background-color: #d7d7d7; + border-color: #8b8b8b; + background-color: #d6d6d6; box-shadow: none; } /*************** @@ -1014,15 +1014,15 @@ GtkComboBox { .header-bar { border-width: 0 0 1px; border-style: solid; - border-color: gray; + border-color: #7f7f7f; border-radius: 7px 7px 0 0; background-color: transparent; background-image: linear-gradient(to bottom, white, #fff); - box-shadow: inset 0 -1px #d9d9d9, inset 0 1px #fff; + box-shadow: inset 0 -1px #d8d8d8, inset 0 1px #fff; padding: 6px; } .titlebar:backdrop, .header-bar:backdrop { - border-color: #8d8d8d; + border-color: #8b8b8b; background-color: #fff; background-image: none; box-shadow: none; } @@ -1049,7 +1049,7 @@ GtkComboBox { color: black; text-shadow: 0 1px rgba(0, 0, 0, 0.5); background-image: linear-gradient(to bottom, #0d0d0d, #050505); - box-shadow: inset 0 -1px #d9d9d9, inset 0 1px gray; } + box-shadow: inset 0 -1px #d8d8d8, inset 0 1px #7f7f7f; } .titlebar.selection-mode .button, .header-bar.selection-mode .button { border-width: 2px; @@ -1078,9 +1078,9 @@ GtkComboBox { .header-bar.selection-mode .button:insensitive { border-width: 2px; border-style: solid; - color: gray; + color: #7f7f7f; background-color: white; - border-color: gray; + border-color: #7f7f7f; background-image: none; text-shadow: none; icon-shadow: none; } @@ -1099,9 +1099,9 @@ GtkComboBox { .header-bar.selection-mode .button:backdrop:insensitive { border-width: 2px; border-style: solid; - color: gray; + color: #7f7f7f; background-color: white; - border-color: #8d8d8d; + border-color: #8b8b8b; background-image: none; } .titlebar.selection-mode .button.suggested-action, .header-bar.selection-mode .button.suggested-action { @@ -1110,14 +1110,14 @@ GtkComboBox { color: #000; background-image: none; background-color: #fff; - border-color: gray; } + border-color: #7f7f7f; } .titlebar.selection-mode .button.suggested-action:hover, .header-bar.selection-mode .button.suggested-action:hover { border-width: 2px; border-style: solid; color: #000; background-color: #fff; - border-color: gray; + border-color: #7f7f7f; background-image: none; } .titlebar.selection-mode .button.suggested-action:active, .header-bar.selection-mode .button.suggested-action:active { @@ -1126,14 +1126,14 @@ GtkComboBox { background-image: none; color: white; background-color: black; - border-color: gray; } + border-color: #7f7f7f; } .titlebar.selection-mode .button.suggested-action:insensitive, .header-bar.selection-mode .button.suggested-action:insensitive { border-width: 2px; border-style: solid; - color: gray; + color: #7f7f7f; background-color: white; - border-color: gray; + border-color: #7f7f7f; background-image: none; text-shadow: none; icon-shadow: none; } @@ -1143,7 +1143,7 @@ GtkComboBox { border-style: solid; color: #000; background-color: #fff; - border-color: #8d8d8d; + border-color: #8b8b8b; background-image: none; text-shadow: none; icon-shadow: none; } @@ -1151,9 +1151,9 @@ GtkComboBox { .header-bar.selection-mode .button.suggested-action:backdrop:insensitive { border-width: 2px; border-style: solid; - color: gray; + color: #7f7f7f; background-color: white; - border-color: #8d8d8d; + border-color: #8b8b8b; background-image: none; } .titlebar.selection-mode .selection-menu, .header-bar.selection-mode .selection-menu { @@ -1196,26 +1196,26 @@ GtkTreeView.view { -GtkTreeView-tree-line-width: 1; -GtkTreeView-tree-line-pattern: ''; -GtkTreeView-expander-size: 16; - border-left-color: gray; + border-left-color: #7f7f7f; border-top-color: #fff; } GtkTreeView.view:selected { border-radius: 0; } GtkTreeView.view:selected, GtkTreeView.view:backdrop:selected { - border-left-color: gray; + border-left-color: #7f7f7f; border-top-color: rgba(0, 0, 0, 0.1); } GtkTreeView.view:insensitive { - color: gray; } + color: #7f7f7f; } GtkTreeView.view:insensitive:selected { color: #666666; } GtkTreeView.view:insensitive:selected:backdrop { - color: gray; } + color: #7f7f7f; } GtkTreeView.view:insensitive:backdrop { - color: gray; } + color: #7f7f7f; } GtkTreeView.view.separator:backdrop { color: rgba(0, 0, 0, 0.1); } GtkTreeView.view:backdrop { color: #000; - border-left-color: gray; + border-left-color: #7f7f7f; border-top: #fff; } GtkTreeView.view.dnd { border-style: solid none; @@ -1223,21 +1223,21 @@ GtkTreeView.view { border-color: black; } GtkTreeView.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #4d4d4d; } + color: #4c4c4c; } GtkTreeView.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } GtkTreeView.view.expander:hover { color: #000; } GtkTreeView.view.expander:selected { - color: #b3b3b3; } + color: #b2b2b2; } GtkTreeView.view.expander:selected:hover { color: #fff; } GtkTreeView.view.expander:selected:backdrop { - color: #b3b3b3; } + color: #b2b2b2; } GtkTreeView.view.expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GtkTreeView.view.expander:backdrop { - color: #4d4d4d; } + color: #4c4c4c; } GtkTreeView.view.progressbar { color: #fff; border: 1px solid #000; @@ -1259,12 +1259,12 @@ GtkTreeView.view { border-color: #000; } column-header .button { - color: gray; + color: #7f7f7f; font-weight: bold; text-shadow: none; box-shadow: none; } column-header .button:hover { - color: #404040; + color: #3f3f3f; box-shadow: none; } column-header .button:active { color: #fff; } @@ -1284,7 +1284,7 @@ column-header .button, column-header .button:hover, column-header .button:active column-header .button:backdrop { border-color: #fff; border-width: 0 1px 1px 0; - color: gray; + color: #7f7f7f; background-image: none; } column-header .button:backdrop:insensitive { border-width: 0 1px 1px 0; @@ -1320,7 +1320,7 @@ GtkTreeView.view.progressbar { box-shadow: inset 0 -3px #000; color: #000; } .menubar > .menuitem:insensitive { - color: gray; + color: #7f7f7f; box-shadow: none; } .menu { @@ -1332,9 +1332,9 @@ GtkTreeView.view.progressbar { color: #fff; background-color: #000; } .menu .menuitem:insensitive { - color: gray; } + color: #7f7f7f; } .menu .menuitem:insensitive:backdrop { - color: gray; } + color: #7f7f7f; } .menu .menuitem:backdrop, .menu .menuitem:backdrop:hover { color: #000; background-color: #fff; } @@ -1349,7 +1349,7 @@ GtkTreeView.view.progressbar { .popover { margin: 10px; padding: 2px; - border-color: gray; + border-color: #7f7f7f; border-width: 1px; border-style: solid; border-radius: 5px; @@ -1372,7 +1372,7 @@ GtkTreeView.view.progressbar { .popover.osd { background-image: none; background-color: rgba(0, 0, 0, 0.8); - border: 1px solid gray; + border: 1px solid #7f7f7f; color: #fff; } .popover.osd .button { color: white; @@ -1402,29 +1402,27 @@ GtkTreeView.view.progressbar { border-width: 2px; border-style: solid; border-color: rgba(255, 255, 255, 0.2); - color: gray; } + color: #7f7f7f; } /***************** * Notebooks and * * Tabs * *****************/ -GtkNotebook { +notebook { -GtkNotebook-initial-gap: 10; -GtkNotebook-arrow-spacing: 5; -GtkNotebook-tab-curvature: 0; -GtkNotebook-tab-overlap: -8; -GtkNotebook-has-tab-gap: false; -GtkWidget-focus-padding: 0; - -GtkWidget-focus-line-width: 0; } - -notebook { + -GtkWidget-focus-line-width: 0; padding: 0; background-color: #fff; transition: all 200ms ease-out; } notebook:backdrop { background-color: #fff; } notebook.frame { - border: 1px solid gray; } + border: 1px solid #7f7f7f; } notebook.frame.top { border-top-width: 0; } notebook.frame.bottom { @@ -1434,11 +1432,11 @@ notebook { notebook.frame.left { border-left-width: 0; } notebook.frame:backdrop { - border-color: #8d8d8d; } + border-color: #8b8b8b; } notebook.header { - background-color: #d9d9d9; } + background-color: #d8d8d8; } notebook.header.frame { - border: 1px solid gray; } + border: 1px solid #7f7f7f; } notebook.header.frame.top { border-bottom-width: 0; } notebook.header.frame.bottom { @@ -1448,25 +1446,25 @@ notebook { notebook.header.frame.left { border-right-width: 0; } notebook.header.frame:backdrop { - border-color: #8d8d8d; } + border-color: #8b8b8b; } notebook.header.top { - box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.15), inset 0 -1px gray; } + box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.15), inset 0 -1px #7f7f7f; } notebook.header.top:backdrop { - box-shadow: inset 0 -1px #8d8d8d; } + box-shadow: inset 0 -1px #8b8b8b; } notebook.header.bottom { - box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.15), inset 0 1px gray; } + box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.15), inset 0 1px #7f7f7f; } notebook.header.bottom:backdrop { - box-shadow: inset 0 1px #8d8d8d; } + box-shadow: inset 0 1px #8b8b8b; } notebook.header.right { - box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.15), inset 1px 0 gray; } + box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.15), inset 1px 0 #7f7f7f; } notebook.header.right:backdrop { - box-shadow: inset 1px 0 #8d8d8d; } + box-shadow: inset 1px 0 #8b8b8b; } notebook.header.left { - box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.15), inset -1px 0 gray; } + box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.15), inset -1px 0 #7f7f7f; } notebook.header.left:backdrop { - box-shadow: inset -1px 0 #8d8d8d; } + box-shadow: inset -1px 0 #8b8b8b; } notebook.header:backdrop { - background-color: #d7d7d7; + background-color: #d6d6d6; box-shadow: none; } notebook tab { border-width: 0; @@ -1524,7 +1522,7 @@ notebook { notebook tab.right { border-left-width: 3px; } notebook tab:hover { - border-color: gray; } + border-color: #7f7f7f; } notebook tab:active, notebook tab:backdrop:active { border-color: #000; } notebook tab:backdrop { @@ -1533,17 +1531,17 @@ notebook { notebook tab.reorderable-page.top { border-color: transparent; } notebook tab.reorderable-page.top:hover { - border-color: rgba(128, 128, 128, 0.3); - border-bottom-color: gray; + border-color: rgba(127, 127, 127, 0.3); + border-bottom-color: #7f7f7f; background-color: rgba(255, 255, 255, 0.2); } notebook tab.reorderable-page.top:active { background-color: rgba(255, 255, 255, 0.5); - border-color: rgba(128, 128, 128, 0.5); + border-color: rgba(127, 127, 127, 0.5); border-bottom-color: #000; } notebook tab.reorderable-page.top:active:hover { background-color: rgba(255, 255, 255, 0.7); } notebook tab.reorderable-page.top:active:backdrop { - border-color: #8d8d8d; + border-color: #8b8b8b; background-color: #fff; border-bottom-color: #000; } notebook tab.reorderable-page.top:backdrop { @@ -1552,17 +1550,17 @@ notebook { notebook tab.reorderable-page.bottom { border-color: transparent; } notebook tab.reorderable-page.bottom:hover { - border-color: rgba(128, 128, 128, 0.3); - border-top-color: gray; + border-color: rgba(127, 127, 127, 0.3); + border-top-color: #7f7f7f; background-color: rgba(255, 255, 255, 0.2); } notebook tab.reorderable-page.bottom:active { background-color: rgba(255, 255, 255, 0.5); - border-color: rgba(128, 128, 128, 0.5); + border-color: rgba(127, 127, 127, 0.5); border-top-color: #000; } notebook tab.reorderable-page.bottom:active:hover { background-color: rgba(255, 255, 255, 0.7); } notebook tab.reorderable-page.bottom:active:backdrop { - border-color: #8d8d8d; + border-color: #8b8b8b; background-color: #fff; border-top-color: #000; } notebook tab.reorderable-page.bottom:backdrop { @@ -1571,17 +1569,17 @@ notebook { notebook tab.reorderable-page.left { border-color: transparent; } notebook tab.reorderable-page.left:hover { - border-color: rgba(128, 128, 128, 0.3); - border-right-color: gray; + border-color: rgba(127, 127, 127, 0.3); + border-right-color: #7f7f7f; background-color: rgba(255, 255, 255, 0.2); } notebook tab.reorderable-page.left:active { background-color: rgba(255, 255, 255, 0.5); - border-color: rgba(128, 128, 128, 0.5); + border-color: rgba(127, 127, 127, 0.5); border-right-color: #000; } notebook tab.reorderable-page.left:active:hover { background-color: rgba(255, 255, 255, 0.7); } notebook tab.reorderable-page.left:active:backdrop { - border-color: #8d8d8d; + border-color: #8b8b8b; background-color: #fff; border-right-color: #000; } notebook tab.reorderable-page.left:backdrop { @@ -1590,17 +1588,17 @@ notebook { notebook tab.reorderable-page.right { border-color: transparent; } notebook tab.reorderable-page.right:hover { - border-color: rgba(128, 128, 128, 0.3); - border-left-color: gray; + border-color: rgba(127, 127, 127, 0.3); + border-left-color: #7f7f7f; background-color: rgba(255, 255, 255, 0.2); } notebook tab.reorderable-page.right:active { background-color: rgba(255, 255, 255, 0.5); - border-color: rgba(128, 128, 128, 0.5); + border-color: rgba(127, 127, 127, 0.5); border-left-color: #000; } notebook tab.reorderable-page.right:active:hover { background-color: rgba(255, 255, 255, 0.7); } notebook tab.reorderable-page.right:active:backdrop { - border-color: #8d8d8d; + border-color: #8b8b8b; background-color: #fff; border-left-color: #000; } notebook tab.reorderable-page.right:backdrop { @@ -1609,12 +1607,12 @@ notebook { notebook tab GtkLabel { padding: 0 2px; font-weight: bold; - color: gray; + color: #7f7f7f; /* color: inherit doesn't work here */ } notebook tab GtkLabel:backdrop { - color: gray; } + color: #7f7f7f; } notebook tab:hover GtkLabel { - color: #404040; } + color: #3f3f3f; } notebook tab:active GtkLabel { color: #000; } notebook tab:active GtkLabel:backdrop { @@ -1630,7 +1628,7 @@ notebook { border-style: solid; color: #000; background-color: #fff; - border-color: gray; + border-color: #7f7f7f; background-image: none; border-width: 2px; background-image: none; @@ -1641,7 +1639,7 @@ notebook { background-image: none; color: white; background-color: black; - border-color: gray; + border-color: #7f7f7f; border-width: 2px; } notebook tab .button:backdrop, notebook tab .button:backdrop:hover { color: rgba(0, 0, 0, 0.3); @@ -1669,11 +1667,11 @@ notebook { .scrollbar.slider { border-radius: 20px; border: 5px solid transparent; - background-color: gray; } + background-color: #7f7f7f; } .scrollbar.slider:backdrop, .scrollbar.slider:insensitive { - background-color: #e6e6e6; } + background-color: #e5e5e5; } .scrollbar.slider:hover { - background-color: #4d4d4d; } + background-color: #4c4c4c; } .scrollbar.slider:prelight:active { background-color: #000; } .scrollbar.slider.fine-tune { @@ -1719,8 +1717,8 @@ switch { border-width: 1px; border-style: solid; border-radius: 3px; - border-color: gray; - background-color: #cccccc; + border-color: #7f7f7f; + background-color: #cbcbcb; box-shadow: inset 0 1px rgba(0, 0, 0, 0.1); /*outset not working*/ text-shadow: 0 1px rgba(0, 0, 0, 0.1); } @@ -1730,25 +1728,25 @@ switch { background-color: #000; text-shadow: 0 0 2px white; } switch:insensitive { - color: gray; - border-color: gray; + color: #7f7f7f; + border-color: #7f7f7f; background-color: white; text-shadow: none; } switch:backdrop { color: #000; - border-color: #8d8d8d; + border-color: #8b8b8b; background-color: #fff; box-shadow: none; text-shadow: none; } switch:backdrop:active { color: #fff; - border-color: #8d8d8d; - background-color: #8d8d8d; + border-color: #8b8b8b; + background-color: #8b8b8b; box-shadow: none; } switch:backdrop:insensitive, switch:backdrop:insensitive:active { background-color: white; - color: gray; - border-color: gray; } + color: #7f7f7f; + border-color: #7f7f7f; } switch slider { border-radius: 3px; border-width: 2px; @@ -1756,24 +1754,24 @@ switch { color: #000; background-image: none; background-color: #fff; - border-color: gray; - box-shadow: inset 0 1px white, inset 0 -2px rgba(255, 255, 255, 0.6), inset 0 -1px silver; } + border-color: #7f7f7f; + box-shadow: inset 0 1px white, inset 0 -2px rgba(255, 255, 255, 0.6), inset 0 -1px #bfbfbf; } switch slider:hover { border-width: 2px; border-style: solid; color: #000; background-color: #fff; - border-color: gray; + border-color: #7f7f7f; background-image: none; - box-shadow: inset 0 1px white, inset 0 -2px rgba(255, 255, 255, 0.6), inset 0 -1px silver; } + box-shadow: inset 0 1px white, inset 0 -2px rgba(255, 255, 255, 0.6), inset 0 -1px #bfbfbf; } switch slider:active { border-color: #000; } switch slider:insensitive { border-width: 2px; border-style: solid; - color: gray; + color: #7f7f7f; background-color: white; - border-color: gray; + border-color: #7f7f7f; background-image: none; text-shadow: none; icon-shadow: none; } @@ -1782,18 +1780,18 @@ switch { border-style: solid; color: #000; background-color: #fff; - border-color: #8d8d8d; + border-color: #8b8b8b; background-image: none; text-shadow: none; icon-shadow: none; } switch slider:backdrop:active { - border-color: #8d8d8d; } + border-color: #8b8b8b; } switch slider:backdrop:insensitive { border-width: 2px; border-style: solid; - color: gray; + color: #7f7f7f; background-color: white; - border-color: #8d8d8d; + border-color: #8b8b8b; background-image: none; } /************************* @@ -1808,19 +1806,19 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { background-image: none; -gtk-icon-source: -gtk-icontheme("checkbox-symbolic"); } .check:hover { - color: #333333; } + color: #323232; } .check:checked, .check:active { -gtk-icon-source: -gtk-icontheme("checkbox-checked-symbolic"); } .check:checked:insensitive, .check:active:insensitive { - color: gray; } + color: #7f7f7f; } .check:checked:insensitive:backdrop, .check:active:insensitive:backdrop { - color: gray; } + color: #7f7f7f; } .check:checked:backdrop, .check:active:backdrop { color: #000; } .check:insensitive { - color: gray; } + color: #7f7f7f; } .check:insensitive:backdrop { - color: gray; } + color: #7f7f7f; } .check:inconsistent { -gtk-icon-source: -gtk-icontheme("checkbox-mixed-symbolic"); } .check:backdrop { @@ -1833,19 +1831,19 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { background-image: none; -gtk-icon-source: -gtk-icontheme("radio-symbolic"); } .radio:hover { - color: #333333; } + color: #323232; } .radio:checked, .radio:active { -gtk-icon-source: -gtk-icontheme("radio-checked-symbolic"); } .radio:checked:insensitive, .radio:active:insensitive { - color: gray; } + color: #7f7f7f; } .radio:checked:insensitive:backdrop, .radio:active:insensitive:backdrop { - color: gray; } + color: #7f7f7f; } .radio:checked:backdrop, .radio:active:backdrop { color: #000; } .radio:insensitive { - color: gray; } + color: #7f7f7f; } .radio:insensitive:backdrop { - color: gray; } + color: #7f7f7f; } .radio:inconsistent { -gtk-icon-source: -gtk-icontheme("radio-mixed-symbolic"); } .radio:backdrop { @@ -1882,9 +1880,9 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { color: #000; background-image: none; background-color: #fff; - border-color: gray; + border-color: #7f7f7f; border-radius: 50%; - border-color: #787878; } + border-color: #777777; } .scale.slider:hover, .scale.scale-has-marks-above.scale-has-marks-below.slider:hover, .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:hover { @@ -1892,9 +1890,9 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { border-style: solid; color: #000; background-color: #fff; - border-color: gray; + border-color: #7f7f7f; background-image: none; - border-color: #787878; + border-color: #777777; border-radius: 50%; } .scale.slider:insensitive, .scale.scale-has-marks-above.scale-has-marks-below.slider:insensitive, @@ -1908,7 +1906,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:backdrop { border-style: solid; border-radius: 50%; - border-color: #858585; + border-color: #838383; background-image: none; box-shadow: none; } .scale.slider:backdrop:insensitive, @@ -1916,9 +1914,9 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:backdrop:insensitive { border-width: 2px; border-style: solid; - color: gray; + color: #7f7f7f; background-color: white; - border-color: #8d8d8d; + border-color: #8b8b8b; background-image: none; } .scale.slider:active, .scale.scale-has-marks-above.scale-has-marks-below.slider:active, @@ -1931,8 +1929,8 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { border-width: 1px; border-style: solid; border-radius: 3px; - border-color: gray; - background-color: #cccccc; + border-color: #7f7f7f; + background-color: #cbcbcb; box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1); } .scale.trough.highlight, .scale.scale-has-marks-above.scale-has-marks-below.trough.highlight, @@ -1942,28 +1940,28 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .scale.trough.highlight:backdrop, .scale.scale-has-marks-above.scale-has-marks-below.trough.highlight:backdrop, .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight:backdrop { - border-color: gray; - background-color: gray; + border-color: #7f7f7f; + background-color: #7f7f7f; box-shadow: none; } .scale.trough:insensitive, .scale.trough.hilight:insensitive, .scale.scale-has-marks-above.scale-has-marks-below.trough:insensitive, .scale.scale-has-marks-above.scale-has-marks-below.trough.hilight:insensitive, .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:insensitive, .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.hilight:insensitive { - border-color: gray; + border-color: #7f7f7f; background-color: white; } .scale.trough:backdrop, .scale.scale-has-marks-above.scale-has-marks-below.trough:backdrop, .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:backdrop { - border-color: #8d8d8d; - background-color: silver; + border-color: #8b8b8b; + background-color: #bfbfbf; box-shadow: none; } .scale.trough:backdrop:insensitive, .scale.trough .hilight:backdrop:insensitive, .scale.scale-has-marks-above.scale-has-marks-below.trough:backdrop:insensitive, .scale.scale-has-marks-above.scale-has-marks-below.trough .hilight:backdrop:insensitive, .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:backdrop:insensitive, .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough .hilight:backdrop:insensitive { - border-color: gray; + border-color: #7f7f7f; background-color: #fff; } /***************** @@ -1974,7 +1972,7 @@ GtkProgressBar { font-size: 83%; color: #000; } GtkProgressBar:backdrop { - color: gray; } + color: #7f7f7f; } .progressbar { border-width: 1px; @@ -2000,12 +1998,12 @@ GtkProgressBar.trough { border-width: 1px; border-style: solid; border-radius: 3px; - border-color: gray; - background-color: lightgray; + border-color: #7f7f7f; + background-color: #d2d2d2; box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1); } GtkProgressBar.trough:backdrop { - border-color: #8d8d8d; - background-color: #d7d7d7; + border-color: #8b8b8b; + background-color: #d6d6d6; box-shadow: 0 1px rgba(255, 255, 255, 0); } GtkProgressBar.trough.osd { background-color: transparent; @@ -2029,8 +2027,8 @@ GtkLevelBar.vertical { background-color: transparent; border-style: solid; background-image: linear-gradient(to bottom, #f7f7f7, #fff 90%); - border-color: gray; - box-shadow: inset 0 2px 2px -2px gray; } + border-color: #7f7f7f; + box-shadow: inset 0 2px 2px -2px #7f7f7f; } .level-bar.trough:backdrop { background-color: transparent; border-style: solid; @@ -2074,19 +2072,19 @@ GtkLevelBar.vertical { color: #fff; outline-color: rgba(255, 255, 255, 0.3); } .view:backdrop:selected, GtkCalendar:backdrop:selected, GtkCalendar:backdrop:focus:selected, GtkCalendar:backdrop:hover:selected, label:backdrop:selected, entry:backdrop:selected, .menuitem.button.flat:backdrop:hover, .menuitem.sidebar-button.button:backdrop:hover, .menuitem.button.flat:backdrop:selected, .menuitem.sidebar-button.button:backdrop:selected, .list-row.activatable:backdrop:selected, .sidebar:backdrop:selected, GtkPlacesSidebar.sidebar .view:backdrop:selected, GtkPlacesSidebar.sidebar GtkCalendar:backdrop:selected { - background-color: gray; + background-color: #7f7f7f; color: #fff; } /********** * Frames * **********/ .frame { - border: 1px solid gray; + border: 1px solid #7f7f7f; padding: 0; } .frame.flat { border-style: none; } .frame:backdrop { - border-color: #8d8d8d; } + border-color: #8b8b8b; } .frame.action-bar { padding: 6px; border-width: 1px 0 0; } @@ -2098,7 +2096,7 @@ GtkScrolledWindow GtkViewport.frame { separator, GtkPlacesSidebar.sidebar .view separator, GtkPlacesSidebar.sidebar .view separator:backdrop { - color: gray; } + color: #7f7f7f; } GtkFileChooserButton separator.vertical, GtkFileChooserButton GtkPlacesSidebar.sidebar .view separator.vertical, GtkPlacesSidebar.sidebar .view GtkFileChooserButton separator.vertical, GtkFontButton separator.vertical, GtkFontButton GtkPlacesSidebar.sidebar .view separator.vertical, GtkPlacesSidebar.sidebar .view GtkFontButton separator.vertical { -GtkWidget-wide-separators: true; } @@ -2107,10 +2105,10 @@ GtkPlacesSidebar.sidebar .view separator:backdrop { *********/ .list, .list-row { background-color: #fff; - border-color: gray; } + border-color: #7f7f7f; } .list:backdrop, .list-row:backdrop { background-color: #fff; - border-color: #8d8d8d; } + border-color: #8b8b8b; } .list-row, .grid-child { @@ -2144,7 +2142,7 @@ GtkPlacesSidebar.sidebar .view separator:backdrop { .list-row.activatable:selected:hover, GtkPlacesSidebar.sidebar .has-open-popup:selected { background-color: black; } .list-row.activatable:selected:backdrop { - background-color: gray; } + background-color: #7f7f7f; } .list-row.activatable:selected .button.flat, .list-row.activatable:selected .sidebar-button.button { color: #fff; } .list-row.activatable:selected .button.flat:hover, .list-row.activatable:selected .sidebar-button.button:hover { @@ -2169,9 +2167,9 @@ GtkPlacesSidebar.sidebar .view separator:backdrop { padding: 10px; border-width: 0 1px 1px; border-style: solid; - border-color: gray; + border-color: #7f7f7f; border-radius: 0 0 6px 6px; - background-image: linear-gradient(to bottom, #f0f0f0 5%, whitesmoke); } + background-image: linear-gradient(to bottom, #efefef 5%, #f4f4f4); } .app-notification .button, .app-notification.frame .button { padding: 6px; } @@ -2192,22 +2190,22 @@ GtkExpander { * Calendar * ***********/ GtkCalendar { - border: 1px solid gray; } + border: 1px solid #7f7f7f; } GtkCalendar.button { padding: 0 4px; color: #999999; } GtkCalendar.button:hover { color: #000; } GtkCalendar.button:backdrop, GtkCalendar.button:backdrop:hover { - color: gray; } + color: #7f7f7f; } GtkCalendar.view { border-radius: 2px; } GtkCalendar.header { background: linear-gradient(to bottom, white, #fafafa); - border-bottom-color: silver; } + border-bottom-color: #bfbfbf; } GtkCalendar.header:backdrop { background-image: linear-gradient(to bottom, #fff); - border-bottom-color: #c6c6c6; } + border-bottom-color: #c5c5c5; } GtkCalendar:inconsistent, GtkCalendar:inconsistent:backdrop { color: alpha(currentColor,0.55); } GtkCalendar.highlight, GtkCalendar.highlight:backdrop { @@ -2233,13 +2231,13 @@ GtkCalendar { color: #000; background-image: none; background-color: #fff; - border-color: gray; } + border-color: #7f7f7f; } .message-dialog.csd .dialog-action-area .button:hover { border-width: 2px; border-style: solid; color: #000; background-color: #fff; - border-color: gray; + border-color: #7f7f7f; background-image: none; } .message-dialog.csd .dialog-action-area .button:active { border-width: 2px; @@ -2247,13 +2245,13 @@ GtkCalendar { background-image: none; color: white; background-color: black; - border-color: gray; } + border-color: #7f7f7f; } .message-dialog.csd .dialog-action-area .button:insensitive { border-width: 2px; border-style: solid; - color: gray; + color: #7f7f7f; background-color: white; - border-color: gray; + border-color: #7f7f7f; background-image: none; text-shadow: none; icon-shadow: none; } @@ -2262,16 +2260,16 @@ GtkCalendar { border-style: solid; color: #000; background-color: #fff; - border-color: #8d8d8d; + border-color: #8b8b8b; background-image: none; text-shadow: none; icon-shadow: none; } .message-dialog.csd .dialog-action-area .button:backdrop:insensitive { border-width: 2px; border-style: solid; - color: gray; + color: #7f7f7f; background-color: white; - border-color: #8d8d8d; + border-color: #8b8b8b; background-image: none; } .message-dialog.csd .dialog-action-area .button.suggested-action { border-width: 2px; @@ -2306,16 +2304,16 @@ GtkCalendar { .message-dialog.csd .dialog-action-area .button.suggested-action:backdrop:insensitive { border-width: 2px; border-style: solid; - color: gray; + color: #7f7f7f; background-color: white; - border-color: #8d8d8d; + border-color: #8b8b8b; background-image: none; } .message-dialog.csd .dialog-action-area .button.suggested-action:insensitive { border-width: 2px; border-style: solid; - color: gray; + color: #7f7f7f; background-color: white; - border-color: gray; + border-color: #7f7f7f; background-image: none; text-shadow: none; icon-shadow: none; } @@ -2352,16 +2350,16 @@ GtkCalendar { .message-dialog.csd .dialog-action-area .button.destructive-action:backdrop:insensitive { border-width: 2px; border-style: solid; - color: gray; + color: #7f7f7f; background-color: white; - border-color: #8d8d8d; + border-color: #8b8b8b; background-image: none; } .message-dialog.csd .dialog-action-area .button.destructive-action:insensitive { border-width: 2px; border-style: solid; - color: gray; + color: #7f7f7f; background-color: white; - border-color: gray; + border-color: #7f7f7f; background-image: none; text-shadow: none; icon-shadow: none; } @@ -2382,9 +2380,9 @@ GtkFileChooserDialog .search-bar { background-color: #fff; border-color: #fff; } GtkFileChooserDialog .dialog-action-box { - border-top: 1px solid gray; } + border-top: 1px solid #7f7f7f; } GtkFileChooserDialog .dialog-action-box:backdrop { - border-top-color: #8d8d8d; } + border-top-color: #8b8b8b; } /*********** * Sidebar * @@ -2394,10 +2392,10 @@ GtkFileChooserDialog .dialog-action-box { .sidebar:backdrop { background-color: #fff; } .sidebar > GtkScrolledWindow > .frame { - border-right: 1px solid gray; } + border-right: 1px solid #7f7f7f; } .sidebar > GtkScrolledWindow > .frame:dir(rtl) { border-right: none; - border-left: 1px solid gray; } + border-left: 1px solid #7f7f7f; } GtkSidebarRow.list-row { padding: 0px; } @@ -2425,9 +2423,9 @@ GtkPlacesSidebar.sidebar .view { color: #000; background-color: transparent; } GtkPlacesSidebar.sidebar .view .image { - color: #4d4d4d; } + color: #4c4c4c; } GtkPlacesSidebar.sidebar .view .image:selected { - color: #e6e6e6; } + color: #e5e5e5; } .sidebar-item { padding: 10px 4px; } @@ -2447,9 +2445,9 @@ GtkPaned { margin-left: 8px; } .pane-separator { - background-image: linear-gradient(to bottom, gray); } + background-image: linear-gradient(to bottom, #7f7f7f); } .pane-separator:backdrop { - background-image: linear-gradient(to bottom, #8d8d8d); } + background-image: linear-gradient(to bottom, #8b8b8b); } GtkPaned.wide { -GtkPaned-handle-size: 5; @@ -2457,12 +2455,12 @@ GtkPaned.wide { GtkPaned.wide .pane-separator { background-color: transparent; border-style: none solid; - border-color: gray; + border-color: #7f7f7f; border-width: 1px; } GtkPaned.wide.vertical .pane-separator { border-style: solid none; } GtkPaned.wide .pane-separator:backdrop { - border-color: #8d8d8d; } + border-color: #8b8b8b; } /************** * GtkInfoBar * @@ -2515,9 +2513,9 @@ infobar { .error .button:insensitive { border-width: 2px; border-style: solid; - color: gray; + color: #7f7f7f; background-color: white; - border-color: gray; + border-color: #7f7f7f; background-image: none; text-shadow: none; icon-shadow: none; } @@ -2539,9 +2537,9 @@ infobar { .error .button:backdrop:insensitive { border-width: 2px; border-style: solid; - color: gray; + color: #7f7f7f; background-color: white; - border-color: #8d8d8d; + border-color: #8b8b8b; background-image: none; } .info label:selected, .info label:selected:focus, @@ -2624,7 +2622,7 @@ GtkColorSwatch { GtkColorSwatch.color-light:backdrop { color: rgba(0, 0, 0, 0.3); } GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { - border: 1px solid gray; } + border: 1px solid #7f7f7f; } GtkColorSwatch.overlay:hover, GtkColorSwatch.overlay:selected:hover { border-color: black; } GtkColorSwatch#add-color-button { @@ -2633,7 +2631,7 @@ GtkColorSwatch { color: #000; background-image: none; background-color: #fff; - border-color: gray; + border-color: #7f7f7f; border-style: solid; border-width: 1px; box-shadow: none; } @@ -2642,19 +2640,19 @@ GtkColorSwatch { border-style: solid; color: #000; background-color: #fff; - border-color: gray; + border-color: #7f7f7f; background-image: none; } GtkColorSwatch#add-color-button:backdrop { border-width: 2px; border-style: solid; color: #000; background-color: #fff; - border-color: #8d8d8d; + border-color: #8b8b8b; background-image: none; text-shadow: none; icon-shadow: none; border-width: 1px; - color: gray; } + color: #7f7f7f; } GtkColorSwatch#add-color-button .overlay { border-width: 2px; border-style: solid; @@ -2683,7 +2681,7 @@ decoration { border-radius: 0; margin: 4px; background-color: #fff; - border: solid 1px #8d8d8d; + border: solid 1px #8b8b8b; box-shadow: none; } .button.titlebutton { @@ -2698,20 +2696,20 @@ decoration { color: #000; background-image: none; background-color: #fff; - border-color: gray; } + border-color: #7f7f7f; } .button.titlebutton:active { border-width: 2px; border-style: solid; background-image: none; color: white; background-color: black; - border-color: gray; } + border-color: #7f7f7f; } .button.titlebutton:backdrop { border-width: 2px; border-style: solid; color: #000; background-color: #fff; - border-color: #8d8d8d; + border-color: #8b8b8b; background-image: none; text-shadow: none; icon-shadow: none; @@ -2815,7 +2813,7 @@ decoration { border-width: 2px; border-style: solid; border-color: rgba(255, 255, 255, 0.2); - color: gray; } + color: #7f7f7f; } .touch-selection .button:backdrop { border-width: 2px; border-style: solid; } -- 2.30.2